We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cc8b1 commit f21d160Copy full SHA for f21d160
src/views/index.blade.php
@@ -1,7 +1,8 @@
1
-<!doctype html>
+<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
6
<title>{{ trans('laravel-filemanager::lfm.title-page') }}</title>
7
<link rel="shortcut icon" type="image/png" href="{{ asset('vendor/laravel-filemanager/img/folder.png') }}">
8
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
0 commit comments