There was an error while loading. Please reload this page.
2 parents d6c277f + e9c7188 commit 678e2f6Copy full SHA for 678e2f6
src/Symfony/Bundle/FrameworkBundle/Resources/views/Default/index.html.twig
@@ -1,5 +1,11 @@
1
-<h1>Congratulations!</h1>
2
-
3
-<p>
4
- You have successfully created a new Symfony2 application.
5
-</p>
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Congratulations</title>
6
+ </head>
7
+ <body>
8
+ <h1>Congratulations!</h1>
9
+ <p>You have successfully created a new Symfony2 application.</p>
10
+ </body>
11
+</html>
0 commit comments