-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
35 lines (32 loc) · 901 Bytes
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vintage Clothing A/S</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="navbar">
<div class="title">
<h1>Vintage Clothing A/S</h1>
</div>
<div class="content">
<a href="index.html">Home</a>
<a href="#">Categories</a>
<a href="#">Sales!</a>
<a href="#">About us</a>
</div>
</div>
<div class="midcontent">
<div class="box">
<h2>About us</h2>
<br>
<p>We are a group of designers working on several different types of clothing, including the ones displayed on our website.</p>
</div>
</div>
<footer>
<p>Contact us at 39393021</p>
<p>[email protected]</p>
<p>Random st. 404</p>
</footer>
</body>