aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYour Name <you@example.com>2017-12-23 20:38:13 +0100
committerYour Name <you@example.com>2017-12-23 20:38:13 +0100
commit46cee7b1fe5079c71210788936e8b3f6fafb2dd9 (patch)
tree1fde919023fd5971a86ff92f2f34253cd6979ed1 /www
parent27be8dd7b92e902ff695f4d9934862322c2d98cd (diff)
downloadlesoiseaux.io-46cee7b1fe5079c71210788936e8b3f6fafb2dd9.tar.gz
Add skeleton for WWW
Diffstat (limited to 'www')
-rw-r--r--www/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..505d4a0
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title> Wholeheartedly Wonderful Will </title>
+ <link rel="icon" href="/assets/img/favicon.png">
+ </head>
+ <body>
+ <h1><a href="https://www.lesoiseaux.io/">*W</a></h1>
+ <ul>
+ <li><a href="https://cw.lesoiseaux.io/">Cartographic Wonders</a></li>
+ <li><a href="https://pw.lesoiseaux.io/">People Will</a></li>
+ <li><a href="https://qw.lesoiseaux.io/">Quantify Wholeheartedly</a></li>
+ </ul>
+ </body>
+</html>