-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 899 Bytes
/
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="container">
<div id="head">
<h1>This is a webpage about Skruvat AB's screws!</h1>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="price.html">Priser</a>
</li>
</ul>
</div>
<div class="screw">
Screw 1
<img src="img/skruv1.jpg">
</div>
<div class="screw">
Screw 2
<img src="img/skuv2.jpg">
</div>
<div class="screw">
Screw 3
</div>
<div class="screw">
Screw 4
</div>
<div class="screw">
Screw 5
</div>
</div>
</body>
</html>