Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / Experiments / Generator / Generators / Project / Templates / public / index.html
blobbebf9c4b959083182bb73388d6285b282ad3cc02
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8 <title>index</title>
10 <style type="text/css" media="screen">
11 body {
12 font-family: Arial, "MS Trebuchet", sans-serif;
13 margin: 50px 0px;
14 padding: 0px;
15 text-align: center;
16 background-color: #eee;
19 #content {
20 width: 500px;
21 margin: 0px auto;
22 text-align: center;
23 padding: 15px;
24 border: 6px solid #ccc;
25 background-color: #fff;
27 </style>
28 </head>
30 <body>
31 <div id="content">
32 <h1>You're on MonoRail!</h1>
33 <h5>Well, not really on it, just running it...</h5>
35 <img src="content/images/castle.png" />
37 <p>Now go code something cool in <em>app/</em></p>
38 </div>
39 </body>
40 </html>