-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Davis Line</title>
<link rel="stylesheet" href="css/code.css">
<link rel="shortcut icon" href="img/icn.jpg" />
<style>
td {
border: 10px;
border-radius: 2px;
width: 50px;
height: 10px;
}
td.img {
height: 150px;
width: 150px;
}
h1.titulo {
margin-left: 200px;
margin-top: -70px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
</style>
</head>
<body>
<img class="1" src="img/icn - Copia.jpg" alt="" width="60px">
<h1 class="titulo">Esse web esta em fase Teste</h1>
<table>
<tr>
<td class="ola"><a href="html/camisas.html">nossas camisas</a></td>
<td class="ola" ><a href="html/historia.html">Nossa Historia</a></td>
<td class="ola"><a href="html/sobreNos.html">Sobre Nos</a></td>
</tr>
</table>
</body>
</html>