main_web/be_mine/index.html
Christopher Edwards 2df8ed0300 add files
2020-10-31 10:51:26 -04:00

29 lines
795 B
HTML
Executable File

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image" content="https://chrisedwards.tech/be_mine/vday/flowers.png">
<title>Be My Valentine?
<3</title>
<link rel="stylesheet" href="be_mine.css">
</head>
<body onload="preload_both()">
<main>
<img id="flowers" src="vday/flowers.png" alt="">
<div id="button_div">
<button onclick="yes(imgArray)">YES!</button>
<button id="no" onclick="no(imgNoArray)">no...</button>
</div>
<div id="result">
<img id="result_img" src="" alt="">
</div>
</main>
<img id="preload" src="" alt="">
<script src="be_mine.js"></script>
</body>
</html>