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 62bf5db commit 7c27749Copy full SHA for 7c27749
Resources/views/WebUI/base.html.twig
@@ -1,5 +1,11 @@
1
-<html>
+<!DOCTYPE html>
2
+<html lang="en">
3
<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>
9
<link rel="stylesheet" href="{{ asset("bundles/translation/css/bootstrap4-alpha5.min.css") }}">
10
<link rel="stylesheet" href="{{ asset("bundles/translation/css/webui.css") }}">
11
</head>
0 commit comments