-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 749 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>funny ahh guessing game (aura)</title>
<base target="_blank" rel="noopener noreferrer">
<link rel="stylesheet" href="style.css">
</head>
<body>
whats good twin
welcome to epic ahh akinator clone (mtg)
<p></p>
<p class="inline-item" id="myParagraph">questions will appear here...</p>
<a class="inline-item" id="scryfallLink" href="https://www.scryfall.com"></a>
<p id="numLeft">Number of cards left: 32635</p>
<button class="button" id="startGame">Click Me to start</button>
<button class="button yes"id="yesButton">Yes</button>
<button class="button no"id="noButton">No</button>
<script type="module" src="js/scripts.js"></script>
</body>
</html>