diff options
-rw-r--r-- | assets/img/favicon.png | bin | 0 -> 914 bytes | |||
-rw-r--r-- | cw/index.html | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/assets/img/favicon.png b/assets/img/favicon.png Binary files differnew file mode 100644 index 0000000..34d80a7 --- /dev/null +++ b/assets/img/favicon.png diff --git a/cw/index.html b/cw/index.html new file mode 100644 index 0000000..305fc38 --- /dev/null +++ b/cw/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title> Cartographic Wonders </title> + <link rel="icon" href="/assets/img/favicon.png"> + </head> + <body> + <h1><a href="https://www.lesoiseaux.io/">*W</a> ~ CW</h1> + <h2>Cartographic Wonders</h2> + </body> +</html> |