-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (31 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>SALA2ºC.com</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='2c.css'>
<script src='main.js'></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mynerve&display=swap" rel="stylesheet">
</head>
<body>
<header class="cabeçalho">
<h1 class="titulo">2º C</h1>
<ul class="cabeçalho-lista">
<li class="cabeçalho-lista-item"><a href="./professor.html"> professor </a></li>
<li class="cabeçalho-lista-item"><a href="./alunos.html"> alunos </a></li>
</ul>
</header>
<p class="ttt">nossa sala😁</p>
<div class="sala">
<img class="ftdasala" src="./img/sla2.jpg">
<img class="fotodasala" src="img/sla3.jpg" alt="professora dando aula">
</div>
</body>
<footer>
<p class="koji">koji</p>
</footer>
</html>