diff options
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> |