-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
40 lines (37 loc) · 2.28 KB
/
home.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
<html>
<head>
<meta name="google-site-verification" content="px1pJFIPxV-1V0jJrdOTSqQ2987FWcKxDhxmvY216Tc" />
<meta name="description" content="AmericanTheRussian's website full of different IOS themes and Javascript programs!"</meta>
<meta name="keywords" content="HTML, CSS, JavaScript, IOS, Jailbreak, Theme, Free vbucks, Ios theme, Swift, Jailbreak theme, ios jailbreak theme, AmericanTheRussian">
<meta name="author" content="AmericanTheRussian">
<!-- If your name is Oliver and you are reading this, stop you're stealing intellectual property -->
<title>AmericanTheRussian Website</title>
<link href='../fonts.googleapis.com/cssdcab.css?family=Ubuntu:300' rel='stylesheet'>
<link href='css/main.css' rel='stylesheet'>
<script link="javascript/main.js" defer></script>
<script>
function getCookie() {
console.log("Test")
var match = document.cookie.match(RegExp('(?:^|;\\s*)' + "captchapassed" + '=([^;]*)'));
console.log(match)
if (match == null) {
alert("You have to complete the captcha again!")
window.location.replace("index.html");
}
return match ? match[1] : null;
}
</script>
</head>
<body scroll="no" onload="getCookie()">
<div id="bg-img" class="bg-img blur" style="display: none;"></div>
<div id="bg-overlay" class="bg-img overlay" style="display: none;"></div>
<div style="width: 100%; height: 100%;display: table;text-align: center;">
<div style="position:relative;width:700px;height:500px;display: table-cell;vertical-align: middle; top: -7%;">
<img id="logo" src="img/logo.png" width="200" />
<h1>AmericanTheRussian</h1>
<h3>iOS (Themes), Javascript and 'Other' Developer.</h3>
<span id="links">
<a href="pages/iOS.html" id="ios" style="color:rgb(0,128,64);">iOS</a> | <a href="pages/javascript.html" id="chrome" style="color:rgb(230,91,0);">Javascript</a> | <a href="../support.AmericanTheRussian.ml/index.html" style="color: yellow;">Support</a></span> | <a href="pages/contact/contact.html" id="chrome" style="color:purple;">Contact us!</a> | <a href="pages/rick.html" id="chrome" style="color:rgb(rgb(0,10,255));">Free Vbucks</a> <!-- | <a href="pages/canIjailbreak/canijb.html" id="chrome" style="color:rgb(rgb(0,10,255));">Can you jailbreak?</a> -->
</div>
</div>
</html>