-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinish.html
More file actions
38 lines (38 loc) · 1.48 KB
/
finish.html
File metadata and controls
38 lines (38 loc) · 1.48 KB
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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="cube.ico">
<title>Finished!</title>
</head>
<body>
<div class="centered">
<div class="titlerect">
<form action="/index.html">
<button class='bx bx-cube-alt bx-tada-hover' style="color: white; font-size: 50px; margin-bottom: 20px; background-color: transparent; border: 0px;"></button>
</form>
<div class="titletextrect">
<div class="fontformat" style="--size: 45px">
You Won!
<div id="score" class="fontformat" style="--size: 20px">
<br><br>Your Score:
</div>
</div>
</div>
<br>
<form action="/index.html">
<button class="startbtn fontformat" style="--size: 30px">Home</button>
</form>
</div>
<div class="otherrect" style="margin-top: 20px;">
<form action="/others.html">
<button class="otherbtn fontformat" style="--size: 30px">Other Games</button>
</form>
</div>
</div>
<script src="finish.js"></script>
</body>
</html>