This repository was archived by the owner on Aug 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
48 lines (47 loc) · 1.98 KB
/
404.html
File metadata and controls
48 lines (47 loc) · 1.98 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
<!DOCTYPE html>
<html>
<head>
<title>tarifa - your friendly toolchain for mobile app development based on Cordova</title>
<meta charset=utf-8 />
<link rel="icon" href="images/favicon.ico" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no, minimal-ui">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui" media="(device-height: 568px)">
<link rel="stylesheet" type="text/css" href="stylesheets/reset.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" />
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
</head>
<style type="text/css">
#header {
height:100%;
}
</style>
<body>
<section id="header">
<header>
<div class="wrapper">
<div class="logo">
<a href="./index.html">tarifa</a>
</div>
</div>
</header>
<div class="headline">
<div class="wrapper">
<h2>404</h2>
</div>
</div>
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35740178-1']);
_gaq.push(['_setDomainName', 'tarifa.tools']);
_gaq.push(['_trackPageview']);
} catch(err) {}
</script>
</body>
</html>