-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassThree.html
More file actions
36 lines (26 loc) · 951 Bytes
/
assThree.html
File metadata and controls
36 lines (26 loc) · 951 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" type="text/css" href="css/assThree.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.css ">
</head>
<body id="bodySpace">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img alt="Brand" src="Memorygameimages/logo.png">
</a>
</div>
<button type="button" class="playagain" >New Game!</button>
</div>
</nav>
<button type="button" class="bekindrewind" >Do Play Again!</button>
<!--onclick="cardCreator()"-->
<!--onclick="rewinder()"-->
<script src="https://code.jquery.com/jquery-3.0.0.slim.min.js" integrity="sha256-Rf4BadfyCtsvHmO89BUZcbYvNNvZvOT08ALfEzvCsD0=" crossorigin="anonymous"></script>
<script src="javascript/assThree.js"></script>
</body>
</html>