Skip to content

Commit 7c27749

Browse files
authored
Added some meta data in webUI (#34)
1 parent 62bf5db commit 7c27749

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Resources/views/WebUI/base.html.twig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
<html>
1+
<!DOCTYPE html>
2+
<html lang="en">
23
<head>
4+
<!-- Required meta tags always come first -->
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta http-equiv="x-ua-compatible" content="ie=edge">
8+
<title>PHP Translation</title>
39
<link rel="stylesheet" href="{{ asset("bundles/translation/css/bootstrap4-alpha5.min.css") }}">
410
<link rel="stylesheet" href="{{ asset("bundles/translation/css/webui.css") }}">
511
</head>

0 commit comments

Comments
 (0)