-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpag 3.html
50 lines (43 loc) · 1.67 KB
/
pag 3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Desenvolvimento WEB - P3 - N1</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="js/jsa.js"></script>
</head>
<body>
<div class="site">
<div class="x">
<img src="img/x.png" alt="x" onclick="mensagem()">
</div>
<div class="Logo">
<header>
<a href="index.html"><img src="img/Logo 1.png" alt="Logo" width="100%" height="300px"></a>
</header>
</div>
<div class="conteudo">
<h1>Placa de Video</h1>
</div>
<div class="lista">
<ul>
<li><a href="#"><a href="#"><img src="img/Placa de Video/GTX 1050.png" alt="Produto 1" width=300 onclick="funcao6()"></li>
<li><a href="#"><a href="#"><img src="img/Placa de Video/GTX 1060.png" alt="Produto 1" width=300 onclick="funcao7()"></li>
<li><a href="#"><a href="#"><img src="img/Placa de Video/GTX 1070.png" alt="Produto 1" width=300 onclick="funcao8()"></li>
</ul>
<ul>
<li><a href="#"><a href="#"><img src="img/Placa de Video/RADEON 5450.png" alt="Produto 1" width=300 onclick="funcao9()"></li>
<li><a href="#"><a href="#"><img src="img/Placa de Video/RX 570.png" alt="Produto 1" width=300 onclick="funcao10()"></li>
</ul>
</div>
<!-- Rodapé -->
<div class="footer-wrap">
<div class="footer">
<p><a href="https://github.com/A-G-G-A" class="active">Anderson Bruno RA:20171535 - Github</a></p>
<p><a href="https://github.com/A-G-G-A" class="active">Gabriel Oliveira RA:20171535 - Github</a></p>
</div>
</div>
</div>
</body>
</html>