an example index.html for a web site
[feisty_meow.git] / infobase / examples / web / simple-index.html
diff --git a/infobase/examples/web/simple-index.html b/infobase/examples/web/simple-index.html
new file mode 100644 (file)
index 0000000..5d149d1
--- /dev/null
@@ -0,0 +1,13 @@
+<!doctype html>
+<html>
+  <head>
+    <title>Title goes right here!</title>
+  </head>
+  <body>
+    <p>
+Here's an example paragraph in this amazing web site, which demonstrates a super simple basic html file.
+Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.
+    </p>
+  </body>
+</html>
+