-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinish_day2.html
38 lines (35 loc) · 1.08 KB
/
finish_day2.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
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" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" />
<title>Finished</title>
</head>
<body>
<div id="content">
<h2>
<p>
You made it past day 2.. great effort!
</p>
<p id="scoreDisp">Your Score is :</p>
</h2>
</div>
<div id="content">
<button id="sign-out">
<h2>Sign Out</h2>
</button>
</div>
</body>
<script src="https://www.gstatic.com/firebasejs/5.9.4/firebase.js"></script>
<script src="./registration/firebaseconfig.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link type="text/css" rel="stylesheet" href="finish_day1.css" />
<link rel="icon" href="icon.png" />
<script src="./score.js"></script>
<!-- <script>
displayscore();
</script> -->
<script src="logout.js"></script>
</html>