diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6293c0b --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> + +<html> + <head> + <link rel="stylesheet" href="/styles/styles.css"> + </head> + + <body> + <div class="main"> + <div class="content"> + <h1>the official rain fan page!!!</h1> + <img id="rain" src="/img/mkwsnyder.jpeg"> + </div> + </div> + + <script src="/scripts/script.js"></script> + </body> +</html> |