-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpag 5.html
49 lines (43 loc) · 1.63 KB
/
pag 5.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
<!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>Mouse</h1>
</div>
<div class="lista">
<ul>
<li><a href="#"><a href="#"><img src="img/Mouse/Centrophorus.png" alt="Produto 1" width="300" onclick="funcao16()"></a></li>
<li><a href="#"><a href="#"><img src="img/Mouse/Deathadder.png" alt="Produto 1" width="300" onclick="funcao17()"></a></li>
<li><a href="#"><a href="#"><img src="img/Mouse/Fortrek.png" alt="Produto 1" width="300" onclick="funcao18()"></a></li>
</ul>
<ul>
<li><a href="#"><a href="#"><img src="img/Mouse/Prodigy.png" alt="Produto 1" width="300" onclick="funcao19()"></a></li>
<li><a href="#"><a href="#"><img src="img/Mouse/Warrior.png" alt="Produto 1" width="300" onclick="funcao20()"></a></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 - Github</a></p>
<p><a href="https://github.com/A-G-G-A" class="active">Gabriel Oliveira - Github</a></p>
</div>
</div>
</div>
</body>
</html>