summaryrefslogtreecommitdiff
path: root/wk8/lect/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'wk8/lect/home.html')
-rw-r--r--wk8/lect/home.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/wk8/lect/home.html b/wk8/lect/home.html
new file mode 100644
index 0000000..ef0e981
--- /dev/null
+++ b/wk8/lect/home.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <link href="home.css" rel="stylesheet">
+ <title>home</title>
+ </head>
+ <body class="centered">
+ <header class="large">
+ Ivy Forge
+ </header>
+ <main class="medium">
+ Welcome home pookie!
+ </main>
+ <footer class="small">
+ &#916; Copyworng :3
+ </footer>
+ </body>
+</html>