-
Notifications
You must be signed in to change notification settings - Fork 1
/
victory.html
23 lines (23 loc) · 971 Bytes
/
victory.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>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400" rel="stylesheet">
<link rel="stylesheet" href="victory.css">
</head>
<body>
<div class="first" id="congrats">Congratulations!</div>
<div class="first" id="message">You beat all the enemies</div>
<div id="upgrade">Choose your upgrade</div>
<div id="container">
<button>Player speed up</button>
<button>Bullets +1</button>
<button>Arc bullets</button>
<button>Bullets speed up</button>
<button>Bullets range up</button>
<button>Rotation speed up</button>
</div>
</body>
</html>