-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (67 loc) · 2.9 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!--
¨ ˜”°º•. profiltekst.dk .•º°”˜ ¨
kiggede ;)
-->
<!DOCTYPE html>
<html>
<head>
<title>Profiltekst</title>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="initial-scale=1, width=device-width"> -->
<meta name="description" content="Arkiv af profiltekster fra det lukkede Arto.dk" />
<meta name="keywords" content="Arto, Arto.dk, profiltekst, profiltekster" />
<meta property="og:url" content="https://profiltekst.dk" />
<meta property="og:title" content="Profiltekst.dk" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Arkiv over profiltekster fra det lukkede Arto.dk" />
<meta property="og:site_name" content="Profiltekst.dk" />
<meta property="og:image" content="https://profiltekst.dk/logo_1024.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<meta property="fb:app_id" content="1646848975625169"/>
<meta name="application-name" content="Profiltekst.dk" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#b2d236">
<meta name="apple-mobile-web-app-title" content="Profiltekst.dk">
<meta name="application-name" content="Profiltekst.dk">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/profiltekst.css">
<script src="https://use.fontawesome.com/bd7f5fe608.js"></script>
</head>
<body>
<div class="container">
<div class="profiltekst current template">
<iframe src="iframe.html"></iframe>
</div>
</div>
<div class="go-back">
<i class="fa fa-arrow-left" aria-hidden="true"></i>
</div>
<div class="go-forward">
<i class="fa fa-arrow-right" aria-hidden="true"></i>
<i class="fa fa-refresh" aria-hidden="true"></i>
</div>
<div id="menu">
<p>
<img src="css/logo.svg">
</p>
<p>Et arkiv af profiltekster fra det nu lukkede Arto.dk</p>
<p>
<a href="#/about">Om Profiltekst.dk</a> · <a href="https://www.arto.dk/tao" target="_blank">Kiq <3</a>
</p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/profiltekst.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-15135950-12', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>