-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathold.html
72 lines (69 loc) · 2.31 KB
/
old.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
<!doctype html>
<html lang="en-us">
<!-- manifest="cache.mf" -->
<head>
<meta name="Description" content="A webassembly version of imagemagick that can crop comics into webtoon or tapas format.">
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#ffad04">
<meta name="apple-mobile-web-app-status-bar-style" content="#ffad04">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-size:100%;
line-height:1.5;
font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
}
h1 {
font-size: 2.747em;
}
h2 {
font-size: 0.874em;
}
h3 {
font-size:1.229em;
}
</style>
<title>Croppy</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123529756-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123529756-1');
</script>
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stat.croppy.duckdns.org/";
_paq.push(['setTrackerUrl', u+'findphp']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'findjs'; s.parentNode.insertBefore(g,s);
})();
</script>
</head>
<body>
<p>
<div>
<p>
<H3>Old Browser detected</H3>
<ul>
<li>Croppy does not work with your browser please update. You can still use old croppy.</li>
</ul>
<h3>Old Croppy</h3>
<ul>
<li>For a limited time you can still visit the old croppy at
<a href="https://old.croppy.duckdns.org">https://old.croppy.duckdns.org</a>
</li>
</ul>
</p>
</div>
</p>
</body>
</html>