-
Notifications
You must be signed in to change notification settings - Fork 0
/
sc6.html
56 lines (48 loc) · 1.52 KB
/
sc6.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
<!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 timerpos">
<div class="sectitle">
Inhale</div>
<div class="timer">
<svg class="bln_circle timercir">
<circle r="133" cx="140" cy="140"></circle>
</svg>
<svg class="bln_circle blk">
<circle r="133" cx="140" cy="140"></circle>
</svg>
<svg class="bln_circle">
<circle r="133" cx="140" cy="140"></circle>
</svg>
<div class="dots" id="inhale"></div>
<div class="dots" id="hold"></div>
<div class="settimes blnwrapper"><img id="balloon" src="images/balloon.svg" /></div>
</div>
<div class="rndbtn_wrapper">
</div>
<div class="saveanimal">
<img src="images/polarbear.png" /></div>
<img id="flash" src="images/flash.svg" />
<div class="endangercard">
<div class="title">Polar Bear</div>
<div class="explanation">Because of ongoing and potential loss of their sea ice habitat resulting from climate change, polar bears were listed as a threatened species in the US under the Endangered Species Act in May 2008.</div>
<a href="sc8.html">
<div class="button dark">Confirm</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> sc6();</script>
</body>
</html>