diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..700590c --- /dev/null +++ b/www/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> + +<html> +    <head> +        <title>malfurious web</title> +        <link type="text/css" rel="stylesheet" href="style.css" /> +        <!-- flag{c0ngr47ul47i0n5_y0u_d1d_i7!} --> +    </head> + +    <body> +        <img src="bird-boomer-repent-zoomer.png" alt="repent" /> +        <h1>/* TODO: finish website */</h1> +        <h3><a href="/git">Click through to git repositories</a></h3> +    </body> +</html>  | 
