-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (38 loc) · 1.4 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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/x-icon" href="images/logo.png">
<title>underline systems</title>
<meta name="Underline" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class = 'box'><p>'underline systems'</p></div>
<div class = 'box'><p>Design and development studio specialising in low code, static sites.</p></div>
<div class = 'box-bottom'><p>Activated by <a href="https://josephc.net/">Joseph C</a></p></div>
<div class = "contact">
<a href="mailto:[email protected]">Enquiry</a>
</div>
<div class = "price-list"><p>Price List (£)</p>
<ul>
<li>One page static site: 200</li>
<li>Additional page: + 80</li>
<li>Blog Functionality: + 100</li>
<li>E-commerce features: + 150</li>
</ul>
</div>
<div class = 'logo-box'>
<img class = "logo" src="images/logo.png" alt="">
</div>
</body>
<footer>
<p>Built: January 2023</p>
<p>Typeface: Univers LT Std</p>
<div class="copyright-text">
<p>© Copyright 2023, Underline.</p>
</div>
</footer>
</html>