finished Project <3

This commit is contained in:
2025-02-11 19:11:12 +01:00
parent 25b968612c
commit 38cbe19d01
4 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Valentine Letter</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div><img src="" alt="haha fuck you" class="gif"></div>
<div class="text">Ya wanna be my valentine????</div>
<div id="buttons">
<button class="yes">Yes</button>
<button class="no">No</button>
</div>
<script src="script.js" type="text/javascript"></script>
</body>
</html>