-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 1.06 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
<html>
<head>
</head>
<body style="background-color: gray ;">
<table style="border: 0; border-collapse: collapse; width: 100%; height: 100%;" >
<tr>
<td colspan="4" style="vertical-align: middle; text-align: center;">
<img src="img/logo.png">
</td>
</tr>
<tr>
<td width="25%" style="text-align: center;" ><a href="./index.html">StoneViz</a> </td>
<td width="25%" style="text-align: center;" ><a href="./vare-produkter.html">Våre produkter</a></td>
<td width="25%" style="text-align: center;"><a href="./kontakt.html">Kontakt oss</a></td>
<td width="25%" style="text-align: center;"><a href="./om-oss.html">Om oss</a></td>
</tr>
<tr>
<td colspan="4">
<img style="width: 100%;" src="img/footer.png">
</td>
</tr>
</table>
</body>
</html>