-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsc8.html
62 lines (44 loc) · 1.26 KB
/
sc8.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial scale=1">
<title>Untitled Document</title>
<link rel="stylesheet" href="Up.css">
</head>
<body>
<div class="bg">
<div class="phone">
<div class="screenwrapper center">
<div class="sectitle status">
You're now <span class="leftover">30</span> minutes<br />from saving the animal!</div>
<div class="countwrapper">
<div class="timer_focus">
<img src="images/ocean.svg" /></div></div>
<div >
<div class="barwrapper">
<svg id="bar2" height="10" width="260">
<line x1="0" y1="0" x2="260" y2="0"></line></svg>
<svg id="bar" height="10" width="260">
<line x1="0" y1="0" x2="260" y2="0"></line></svg>
</div>
<div class="leftover_wrap">
<div id="lefttime">1hr</div>
<div id="totaltime">1.5hr</div>
</div>
</div>
<a href="sc3.html">
<div class="button dark">New Session</div>
</a>
<a href="sc2.html">
<div class="button outline">I'm good for today</div>
</a>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="up.js"></script>
<script></script>
</body>
</html>