-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (40 loc) · 1.91 KB
/
index.html
File metadata and controls
42 lines (40 loc) · 1.91 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
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body id="particles-js" style="background-color:black;">
<script src="banandersnatch.js">
</script>
<div class="float-sm-right pr-5">
<a href="https://ape-unit.github.io/"><img id="logo" src="logo.png" alt="ApeUnit" style="width:80px;height:80px;"></a>
</div>
<div class="container">
<h1 id="mainTitleLabel" class="text-capitalize pb-2 mt-4 mb-2 border-bottom px-4 text-white display-4">Banandersnatch</h1>
</div>
<div class="mx-auto"style="background-color:black; width: 1100px">
<br>
<div class="mx-auto" style="width: 400px">
<img id="image" src="https://i.ibb.co/X4rSzb0/cover.png"
alt="Ape" style="width:400px;height:450px;" class="img-thumbnail">
</div>
<div style="height: 20px"></div>
<div class="mx-auto" style="text-align: center;">
<h3 id="prompt" class="text-white">
Welcome to Banandersnatch, the choose your own adventure game.
</h3>
<h3 id="prompt2" class="text-white">
Please enter your name to begin.
</h3>
<input id="response" type="text">
<button id="submit" class="btn btn-dark" onclick="update();">submit</button>
</div>
<br>
</div>
</body>
</html>