-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
78 lines (60 loc) · 3.16 KB
/
404.html
File metadata and controls
78 lines (60 loc) · 3.16 KB
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="sv"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="sv" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="sv" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if gt IE 8]> <!--> <html class="no-js" lang="sv"> <!--<![endif]-->
<head>
<link rel=stylesheet href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Biljettapp är till för dig som resenär</title>
<meta name="description" content="Håll järnkoll på din tågresa med en smart biljett i mobilen." />
<meta name="robots" content="noindex" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1" />
<meta property="fb:admins" content=""/>
<meta property="fb:app_id" content="" />
<meta property="og:title" content="Biljettapp är till för dig som resenär" />
<meta property="og:description" content="Håll järnkoll på din tågresa med en smart biljett i mobilen." />
<meta property="og:url" content="http://biljettapp.se" />
<meta property="og:site_name" content="Biljettapp hjälper dig på resan" />
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/css/style.css" media="all" />
<link rel="stylesheet" href="/css/print.css" media="print" />
<link type="text/plain" rel="author" href="/humans.txt" />
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<script>
var _gaq = [['_setAccount', 'UA-36843230-1'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = '//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
}(document, 'script'));
</script>
</head>
<body>
<header role="banner">
<div class="content">
<a href="/">Biljettapp</a> för en smartare tågresa
</div>
</header>
<div role="main">
<div class="content">
<h1>Tyvärr inget här</h1>
<p>Nu har du hamnat på en s.k. 404-sida. Innehållet du söker finner du förhoppningsvis via någon av länkarna nedan.</p>
<ul>
<li><a href="javascript:history.back()" title="Gå tillbaka" rel="external"><strong>← Tillbaka</strong></a></li>
<li><a href="/" title="Erik Eng">Startsida</a></li>
</ul>
</div>
</div>
<footer role="contentinfo">
<div class="content">
© Biljettapp. <span>iPhone, iPod & Passbook är varumärken som tillhör Apple Inc.</span>
</div>
</footer>
</body>
</html>