diff options
author | Crystal <crystal@wizard.tower> | 2024-02-12 20:53:06 +0100 |
---|---|---|
committer | Crystal <crystal@wizard.tower> | 2024-02-12 20:53:06 +0100 |
commit | c9d33ec5918d1057973d37675255a393474b54a0 (patch) | |
tree | 5c490798dc2f9416a16bd09e2aada155983c7667 /valentine/yes.html | |
parent | 6119a90a492918ce8fbdc0ec64ef01461f468a90 (diff) | |
download | www-c9d33ec5918d1057973d37675255a393474b54a0.tar.gz |
Valentine Special
Diffstat (limited to 'valentine/yes.html')
-rw-r--r-- | valentine/yes.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/valentine/yes.html b/valentine/yes.html new file mode 100644 index 0000000..955ba0a --- /dev/null +++ b/valentine/yes.html @@ -0,0 +1,28 @@ +<!doctype html> +<html class="no-js" lang=""> + <head> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <title>Will you be my valentine ?</title> + <meta name="description" content=""> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" type="text/css" href="src/colors.css" /> + <link rel="stylesheet" type="text/css" href="src/style.css" /> + + </head> + <body> + <div style="text-align: center;"> + <h1 style="color: var(--color4)">YIPIIIIIII THANKS <3</h1> + <h2 style="color: var(--color4)">I LOVE YOU</h2> + <h3 style="color: var(--color4)">I LOVE YOU</h3> + <h4 style="color: var(--color4)">I LOVE YOU</h4> + <h5 style="color: var(--color4)">I LOVE YOU</h5> + <h6 style="color: var(--color4)">I LOVE YOU</h6> + <h7 style="color: var(--color4)">I LOVE YOU</h7> + <h8 style="color: var(--color4)">I LOVE YOU</h8> + <br/> + <img src="src/chibi.gif" alt="heart" class="heart" width="200px" height="200px"> + <br/> + </div> + </body> +</html> |