-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (55 loc) · 1.51 KB
/
index.html
File metadata and controls
73 lines (55 loc) · 1.51 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>index</title>
</head>
<body>
<h1>Pagina Inicial</h1>
</br>
<h1>Páginas em HTML</h1>
<a href="html-ac1/1.Texto_decorado.html"> 1.Texto decorado </a>
</br>
<a href="html-ac1/2.Tabela.html"> 2.Tabela</a>
</br>
<a href="html-ac1/3.Lista.html"> 3.Lista</a>
</br>
<a href="html-ac1/4.Cadastro.html"> 4.Cadastro</a>
</br>
</br>
</br>
<h1>Um pouco de CSS</h1>
</br>
<a href="html-css-ac2\index.html">1.css</a>
</br>
<a href="html-css-ac4\indexx.html">2.css</a>
</br>
</br>
</br>
<h1>Agora com Bootstrap</h1>
<br>
<a href="boott-1/index.html">1.Task</a>
<br>
<a href="boott-2/index.html">2.Task</a>
<br>
<a href="https://jccprev.github.io/IIS">2.IIS</a>
<br>
<a href="https://jccprev.github.io/X3PO">3.X3PO</a>
</br>
</br>
</br>
<h1>Para usar em e-mail</h1>
<br>
<a href="e-mail/ass/jccprev_img.htm">1.Assinatura com img</a>
<br>
<a href="e-mail/ass/jccprev_gif.htm">2.Assinatura com gif</a>
<br>
<a href="e-mail/outros/Email-jccprev - v1.html">3.E-mail automático - v.1</a>
<br>
<a href="e-mail/outros/Email-jccprev - v2.html">4.E-mail automático - v.2</a>
<br>
<a href="e-mail/outros/BIS-X3PO-2025-009-TrendNews.html">5.E-mail automático (BIS)- v.2</a>
</body>
</html>