Use well-formed HTML in the default page

This commit is contained in:
Christophe Coevoet 2011-02-19 18:21:12 +01:00
parent 67ec6e5d94
commit e9c7188fc1

View File

@ -1,5 +1,11 @@
<h1>Congratulations!</h1>
<p>
You have successfully created a new Symfony2 application.
</p>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Congratulations</title>
</head>
<body>
<h1>Congratulations!</h1>
<p>You have successfully created a new Symfony2 application.</p>
</body>
</html>