forked from pepperonipizzahack/workingcopyapp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
enable-js.html
85 lines (74 loc) · 1.97 KB
/
enable-js.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
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/img/favicon.png">
<title>Enable Javascript</title>
<meta name="author" content="Anders Borum">
<meta name="keywords" content="iOS,git,repository,programming,automation,workflow,x-callback-url">
<link rel="stylesheet" type="text/css" href="css/style6.css">
<style>
h1 {
font-size: 175%;
}
h2 {
font-size: 110%;
}
body {
font-size: 20px;
}
p {
margin-bottom: 0px;
max-width: 800px;
}
pre {
font-size: 70%;
word-wrap: break-word;
margin-top: 5px;
padding: 4px;
max-width: 100%;
color: #000000;
background-color: #ecf0f3;
display: inline-block;
}
img {
float: right;
width: 200px;
max-width: 50%;
height: auto;
margin-left: 10px;
}
img.anim {
width: 140px;
}
footer {
font-size: 70%;
padding-bottom: 20px;
}
</style>
</head><body>
<div>
<header>
<h1 itemprop="name">Enable Javascript to contact me by email.</h1>
<p>This is to avoid excessive spam.</p>
</header>
</div>
<div style="clear: both"> </div>
<!--[if lt IE 7 ]>
<script src="/js/dd_belatedpng.js"></script>
<script>DD_belatedPNG.fix('img, .png_bg'); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb</script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
function rev(s) { return s.length <= 1 ? s : rev(s.substr(1)) + s.substr(0,1); }
$(document).ready(function () {
var email = document.getElementById("email");
email.href = "mailto:" + rev("moc.ppaypocgnikrow@sredna");
});
</script>
</body>
</html>