diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-26 13:26:15 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-26 16:14:57 -0700 |
commit | af68e1d499f433cfe9b197aaecb13edca04dddf1 (patch) | |
tree | dd58b937986e84c38e5ed03dcf6379eea966cf6b /index.html | |
download | rainrainra.in-af68e1d499f433cfe9b197aaecb13edca04dddf1.tar.gz rainrainra.in-af68e1d499f433cfe9b197aaecb13edca04dddf1.zip |
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> |