-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (26 loc) · 1.16 KB
/
index.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
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>SpyBots</title>
</head>
<body>
<div class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="./assets/Logo.png" >
<h1 class="display-5 fw-bold">HandTracking based Games</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Play some spy themed games and relive your days as a spy kids fan</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<button type="button" onclick="visitPage()" class="btn btn-primary btn-lg px-4 gap-3">Try out our game!</button>
<!-- <button type="button" class="btn btn-outline-secondary btn-lg p=x-4">Secondary</button> -->
</div>
</div>
</div>
<p class="mt3">
</p>
<script src="index.js"></script>
</body>
</html>