-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHB.html
More file actions
35 lines (30 loc) · 1.45 KB
/
HB.html
File metadata and controls
35 lines (30 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title>You Can Do It!</title>
</head>
<body background="https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/YqGSkmb/human-brain-being-formed-by-revolving-particles-plexus-structure-evolving-around-black-and-white-abstract-futuristic-science-and-technology-motion-background-3d-rendering-depth-of-field-settings_sft4qdvt__F0011.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="HB.css">
<div align="center">
<h1 >Memory Game</h1>
<br>
<h3 id="level"></h3>
<br>
<h1 id="game" style="font-size: 60px">Start the game!</h1>
<!-- <div class="row" id="img">
<img src="http://clipground.com/images/up-arrow-in-word-14.png">
<img src="http://clipground.com/images/arrow-2.png"">
<img src="https://png.icons8.com/windows/1600/long-arrow-right.png">
<img src="http://cdn.onlinewebfonts.com/svg/img_260555.png">
</div> -->
<br>
<br>
<input type="text" name="text" id="answer" style= "height: 43px; width: 270px">
<!-- <button id="submit">submit</button> -->
<button class="btn btn-default" id="next" style="font-size: 20px">start/next</button>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src = "HB.js"></script>
</body>
</html>