-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesativada.html
41 lines (26 loc) · 1 KB
/
desativada.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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css">
<script src="js.js"></script>
<script src="contacts.js"></script>
<title>Interfaces Pessoa Máquina - iRave</title>
</head>
<body onload="startTime();">
<div class="main_screen">
<div id="status_bar">
<div id="clock"></div>
</div>
<div id="container">
<div id="ativarloc"> Ative a sua localização em 'Opções': </div>
<p>
<button class="menuButtonscenter" id="ativarbutton" onclick='location.assign("alerts.html")'><img class="menuIcons" src="./assets/icons/gears.png"> Opções </button>
</p><
</div>
<div id="backButton" onclick='goBack();'> </div>
<div id="lockButton" onclick='window.location.assign("lockscreen.html")'> </div>
</div>
<img id="watch" src="./assets/xlarge1-114924.jpg" draggable="false">
</body>
</html>