forked from sim642/seeria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirect.html
44 lines (38 loc) · 1.22 KB
/
redirect.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
<!DOCTYPE html>
<html>
<head>
<!--<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />-->
<meta charset=utf-8 />
<title>Seeria</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="jquery.mobile-1.3.0.min.css" />
<script src="jquery-1.9.1.min.js"></script>
<script src="jquery.mobile-1.3.0.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35281071-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>Seeria</h1>
</div>
<div data-role="content">
<h2>
Seeria asub nüüd uuel aadressil:
<a href="http://seeria.sim642.eu/">http://seeria.sim642.eu/</a>
</h2>
<p>
Uuendage oma mälu ja <i>bookmark</i>'e. Teavitage kõiki sõpru ja vaenlasi. <b>Elagu Seeria!</b>
</p>
</div>
</div>
</body>
</html>