Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Livia020799 authored Feb 10, 2024
1 parent 484b656 commit e60c6ba
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - A Pen by livia oddi</title>
<link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Valentine's Day Game</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="app">
<!-- The img tag is added here with the initial gif URL -->
<img id="noGif" class="h-[200px]" src="${noGifs[0]}">
<button id="noButton" class="bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"></button>
<button id="yesButton" class="bg-green-500 hover:bg-green-700 text-white font-bold py-2 px-4 rounded">Yes</button>
</div>
<!-- Link to the external JavaScript file -->
<script src="main.js"></script>
</body>
</html>
<!-- partial -->
<script src="./script.js"></script>

</body>
</html>

0 comments on commit e60c6ba

Please sign in to comment.