-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcorel3.html
More file actions
79 lines (71 loc) · 2.24 KB
/
corel3.html
File metadata and controls
79 lines (71 loc) · 2.24 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
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="Gabriel Sá" />
<meta name="description" content="Index" />
<meta name="keywords" content="Projeto, CorelDraw, Poluição Visual" />
<meta name="shortcut icon" type="image/x-icon" href="img/favicon<!--sua logo-->.png" />
<link rel="stylesheet" type="text/css" href="corelStyle3.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<header>
<h1>
Corel<span class="highl2">Draw</span>
</h1>
</header>
<br />
<div class="link_list">
<div class="index">
<a href="index.html">Index</a>
</div>
<div class="corel">
<button class="corelB">CorelDraw</button>
<div class="corelIn">
<a href="corel.html">Introdução</a>
<a href="corel2.html">História</a>
<a href="corel3.html">Links</a>
</div>
</div>
<div class="pol">
<button class="polB">Poluição Visual</button>
<div class="polIn">
<a href="pol.html">Introdução</a>
<a href="pol2.html">Formulário</a>
<a href="pol3.html">Demonstração</a>
</div>
</div>
</div>
<br /><br /><br />
<br /><br /><br />
<ul>
<li>Links:</li>
<br/>
<br/>
<ul>
<li><a href="https://www.coreldraw.com/br/pages/free-download/">Link para Download</a></li>
<br/>
<li><a href="https://www.corel.com/br/">Link da Corel Corporation</a></li>
<br/>
<li><a href="https://www.youtube.com/user/CorelDRAWchannel">Link do Canal do Youtube</a></li>
<br />
</ul>
</ul>
<span class="hide">
<br /><br />
<br /><br />
<br /><br />
<br /><br />
</span>
<footer>
<h2>
<a href="">Linkedin</a>
</h2>
<h3>
Gabriel Santos Sá
</h3>
<img src="img/logo2.png" alt="Meu logo" title="Meu logo" />
</footer>
</body>
</html>