diff options
author | Your Name <you@example.com> | 2017-12-23 20:38:13 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-23 20:38:13 +0100 |
commit | 46cee7b1fe5079c71210788936e8b3f6fafb2dd9 (patch) | |
tree | 1fde919023fd5971a86ff92f2f34253cd6979ed1 /www/index.html | |
parent | 27be8dd7b92e902ff695f4d9934862322c2d98cd (diff) | |
download | lesoiseaux.io-46cee7b1fe5079c71210788936e8b3f6fafb2dd9.tar.gz |
Add skeleton for WWW
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 16 |
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> |