-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamongusmove.html
30 lines (25 loc) · 1.05 KB
/
amongusmove.html
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
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Among us Character</title>
<link rel="stylesheet" type="text/css" href="assets/Css/amongus.css">
<script type="text/javascript" src="assets/Js/amongus.js"></script>
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body id="b" onkeydown='getKeyAndMove(event)'>
<button style="background-color: white; color: black; width: 100px; height:100px;font-size: 100px;" onclick="backmove()"><i class='bx bx-arrow-back'></i></button>
<div class="head">Use direct keys to move the character! (⬆️,⬇️,⬅️,➡️)</div>
<div id="img">
<div class="hand"></div>
<div id="body"></div>
<div id="lleg"></div>
<div id="rleg"></div>
<div class="eye"></div>
<div class="line"></div>
</div>
<div class="back"></div>
<div class="foot">You will get stuck by blackhole if you go beyond the limit😜!</div>
<button class="but" onclick="setColor()">Light Mode</button>
<button class="but1" onclick="setColor1()">Dark Mode</button>
</body>
</html>