-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 1.49 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Ernane Ferreira">
<link rel="icon" type="imagem/png" href="/./assets/images/Lon.png" />
<link rel="stylesheet" href="./assets/css/style.css">
<title>IoT ECT - UFRN | Exercicio</title>
</head>
<body>
<div class="audio" style="display:none;">
<audio controls>
<source src="./assets/audios/interruptor.mp3" type="audio/mpeg">
</audio>
</div>
<div class="menu" onclick="opOn()">
<div></div>
<div></div>
<div></div>
</div>
<div class="opcoes">
<ul>
<div class="top">
<p>Menu</p>
<div class="fechar" onclick="opOn()">
<div id="d1"></div>
<div id="d2"></div>
</div>
</div>
<hr>
<a href="./pages/dashboard/dashboard.html"><li>Dashboard</li></a>
<a href="./pages/droidscript/droidscript.html"><li>Droidscript</li></a>
</ul>
</div>
<h1>
Projeto IoT - 2021.1 ECT/UFRN<br>
<span>Aluno: Ernane Ferreira Rocha Junior - Turma: 01</span>
</h1>
<p id="result">
Resultado | 1º unidade💡
</p>
<section id="lampadas">
</section>
<footer>Developed with ❤ by <a target="_blank" href="https://ernanej.github.io/my-linktree/">Ernane Ferreira</a>.</footer>
<script src="./assets/js/script.js"></script>
</body>
</html>