-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsession-end.html
More file actions
30 lines (23 loc) · 953 Bytes
/
session-end.html
File metadata and controls
30 lines (23 loc) · 953 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
<!DOCTYPE html>
<head>
<!-- Always inherit font and common styles-->
<link rel="stylesheet" type="text/css" href="assets/styles/font.css">
<link rel="stylesheet" type="text/css" href="assets/styles/common.css">
<!-- Inherit page-specific title-->
<link rel="stylesheet" type="text/css" href="assets/styles/focus.css">
<!-- Inherit cookieMonster -->
<script src="scripts/cookieMonster.js"></script>
<title>DeStress - Session Ended</title>
</head>
<body style="background: #F1F3F5">
<h2 id="page-title">DeStress</h2>
<div id="time-div">
<h3 id="time-digit" style="color: #1E1E1E">-1</h3>
<h5 id="time-togo" style="color: #1E1E1E">minutes<br>completed</h5>
</div>
<a href="index.html">
<button id="l1-button" style="position: absolute; left: 52.5%">DONE</button>
</a>
<!-- Inherit page-specific js tool -->
<script src="scripts/postSessionTool.js"></script>
</body>