-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (56 loc) · 2.1 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
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<!-- <meta http-equiv="Refresh" content="120"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Strict-Transport-Security" content="max-age=31536000; includeSubDomains; preload">
<link rel="icon" href="https://cdn.glitch.global/b39d6a4a-0e14-4b41-930d-29d3ccd6c137/PINGOBRAS icon.png?v=1665177105635" />
<links>
<link rel="stylesheet" href="https://pingobras.glitch.me/src/css/bootstrap.css">
</links>
<link rel="stylesheet" href="./src/css/reset.css">
<title>Wiki de Programação - Imersão Alura - Google Gemini</title>
</head>
<body>
<header>
<h1>Wiki de Programação - Imersão Alura</h1>
</header>
<main>
<section>
<input
id="campo-pesquisa"
type="text"
placeholder="Digite uma Linguagem de Programação">
<button onclick="pesquisar()">Pesquisar</button>
</section>
<section class="resultados-pesquisa" id="resultados-pesquisa">
<div class="loading">
<p class="load rgb"></p>
</div>
<!-- carregado automaticamente -->
</section>
</main>
<footer>
<div id="direitos" class="direitos">
<div class="loading ">
<p class="load "></p>
</div>
</div>
</footer>
<scripts>
<script src="./src/js/index.js" defer></script>
</scripts>
<autoscripts>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<script src="https://pingobras.glitch.me/src/js/window.cache.js"></script>
<script src="https://pingobras.glitch.me/src/js/manutencao-redirect.js"></script>
<script src="https://pingobras.glitch.me/src/js/copyright.js"></script>
<script src="https://pingobras.glitch.me/src/js/functions.js"></script>
</autoscripts>
<host>
<script src="https://pingobras.glitch.me/src/js/load-host.js" defer></script>
</host>
</body>
</html>