an example index.html for a web site
[feisty_meow.git] / infobase / examples / web / simple-index.html
1 <!doctype html>
2 <html>
3   <head>
4     <title>Title goes right here!</title>
5   </head>
6   <body>
7     <p>
8 Here's an example paragraph in this amazing web site, which demonstrates a super simple basic html file.
9 Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.
10     </p>
11   </body>
12 </html>
13