diff options
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> |