Skip to content

Commit 678e2f6

Browse files
committed
Merge remote branch 'stof/default_template'
* stof/default_template: Use well-formed HTML in the default page
2 parents d6c277f + e9c7188 commit 678e2f6

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
<h1>Congratulations!</h1>
2-
3-
<p>
4-
You have successfully created a new Symfony2 application.
5-
</p>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<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

Comments
 (0)