-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
69 lines (57 loc) · 2.28 KB
/
404.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Damn! Are you lost?</title>
<meta name="description" content="Open Source Medical Images and Animations for Free!">
<meta name="author" content="Dr. Jana">
<meta property="og:image" content="http://docjana.com/images/doctor.jpg" />
<meta property="og:title" content="Open Source Medical Stuff!" />
<meta property="og:description" content="Open Source Medical Images and Animations for Free" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="image_src" href="http://docjana.com/images/doctor.jpg" />
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>404</h1>
<h3>Damn! Looks like you are lost</h3>
<p>Dont worry, just go back to <a href="http://docjana.com">home.</a></p>
</section>
</div>
</div>
<link rel="stylesheet" href="css/minreveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<script src="lib/js/head.min.js"></script>
<script src="js/minreveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: false,
history: false,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
});
</script>
<script type="text/javascript">
var sc_project=10813515;
var sc_invisible=1;
var sc_security="83c411ed";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="shopify
analytics ecommerce" href="http://statcounter.com/shopify/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/10813515/0/83c411ed/1/"
alt="shopify analytics ecommerce"></a></div></noscript>
</body>
</html>