summary refs log blame commit diff stats
path: root/valentine/yes.html
blob: 955ba0ae341e95dfad4817c77151bb2d639966a6 (plain) (tree)



























                                                                                        
<!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>