-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 1.31 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
<!DOCTYPE HTML>
<html lang="da">
<head>
<meta charset="utf-8" />
<title>Ørestad IT</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Ørestad IT</h1>
<p>Lokal computerforretning i Ørestad Syd<br />
der udfører reparation, opgrading og samling</p>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/orestadit" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/orestadit" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.facebook.com/orestadit" class="icon brands fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<a href="https://goo.gl/maps/da9Xhxa9VeTDG11P9"><li>Ørestad IT</li><li>Asger Jorns Allé 9, 4. MF</li><li>2300 København S</li><li>CVR 41984732</li></a>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>