diff options
author | Your Name <you@example.com> | 2017-12-23 20:35:55 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-23 20:35:55 +0100 |
commit | 27be8dd7b92e902ff695f4d9934862322c2d98cd (patch) | |
tree | 4bf5f3853d8e7c6dae722e56c6cf4120de92a2e1 /pw | |
parent | 7f9002fabc5dabb72ae87cb99fd46486b535ac67 (diff) | |
download | lesoiseaux.io-27be8dd7b92e902ff695f4d9934862322c2d98cd.tar.gz |
Add skeleton for PW
Diffstat (limited to 'pw')
-rw-r--r-- | pw/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pw/index.html b/pw/index.html new file mode 100644 index 0000000..6d38dde --- /dev/null +++ b/pw/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title> People Will </title> + <link rel="icon" href="/assets/img/favicon.png"> + </head> + <body> + <h1><a href="https://www.lesoiseaux.io/">*W</a> ~ PW</h1> + <h2>People Will</h2> + </body> +</html> |