-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.old
44 lines (44 loc) · 1.3 KB
/
index.old
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
42
43
44
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Renovering Kostnad</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Renovering Kostnad - Live hard or die Humiliated">
<meta property="og:title" content="Renovering Kostnad">
<meta property="og:type" content="website">
<meta property="og:description" content="Live hard or die Humiliated">
<meta property="og:url" content="https://www.renoveringkostnad.com/">
<meta property="og:site_name" content="Renovering Kostnad">
<meta property="article:author" content="Renovering Kostnad">
<style>
body {
background: #fafafa;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #aaaaaa;
}
.hero-unit {
margin: 50px auto 0 auto;
display: table;
font-size: 18px;
font-weight: 200;
line-height: 30px;
border-radius: 6px;
padding: 60px;
max-width: 600px;
}
.hero-unit h1 {
font-size: 30px;
line-height: 1.2;
letter-spacing: -1px;
}
</style>
</head>
<body>
<div class="hero-unit">
<h1>Renovering Kostnad <br>
Vad kostar arbetet eller projektet?</h1>
</div>
</body>
</html>