-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (50 loc) · 1.91 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
<!DOCTYPE html>
<html lang="pt-BR" type="text/html">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="./src/favicon.ico" type="image/x-icon">
<title>Entrada | Acervo dos Exercícios</title>
</head>
<body>
<picture><source class="bg" type="image/avif"></picture>
<div class="bgEscuro"></div>
<div class="main00">
<header>
<div id="freepik">
<a href='https://www.freepik.com/vectors/programming'
alt="Imagem background created by storyset - www.freepik.com"
>
<em class="freepikEm">Imagem background created by storyset -
<strong class="freepikStrong">www.freepik.com</strong>
</em>
</a>
<button type="button" id="btnModoCE" class="btnModoEscuro">Modo Escuro</button>
</div>
<h1 class="titulo">Acervo dos Exercícios</h1>
</header>
<main>
<section class="mainEstilo">
<div class="tituloArea"><abbr title="HyperText Markup Language">HTML</abbr></div>
<section id="areaLink00"></section>
</section>
<section class="mainEstilo">
<div class="tituloArea"><abbr title="Cascading Style Sheets">CSS</abbr></div>
<section id="areaLink01"></section>
</section>
<section class="mainEstilo">
<div class="tituloArea"><abbr title="Cursos sobre HTML e/ou CSS">Cursos</abbr></div>
<section id="areaLink02"></section>
</section>
</main>
<footer>
<p>© <a href="https://github.com/gabrielf7" target="_blank">
GabrielF7
</a></p>
</footer>
</div>
</body>
<link type="text/css" rel="stylesheet" href="./index.css">
<script type="text/javascript" src="./index.js"></script>
</html>