-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.html
23 lines (23 loc) · 883 Bytes
/
game.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>NEKONEKTION</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href="https://fonts.googleapis.com/css2?family=Silkscreen&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/style.css">
<link rel="shortcut icon" href="./assets/logo.png" type="image/x-icon">
</head>
<body>
<center>
<div id="question"></div>
<button id="game" value="clickme" onclick="answer()">Get her answer.</button>
<div id="result"></div>
<img id="zery" src="./assets/Idle---Zery.gif">
<div></div>
<a href="https://neko-glitch.myportfolio.com" target="_blank">by Bunny Ash</a>
</center>
<script src='script.js'></script>
</body>
</html>