-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (58 loc) · 2.37 KB
/
Copy pathindex.html
File metadata and controls
68 lines (58 loc) · 2.37 KB
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
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
function getCookie(name) {
var dc = document.cookie;
var prefix = name + "=";
var begin = dc.indexOf("; " + prefix);
if (begin == -1) {
begin = dc.indexOf(prefix);
if (begin != 0) return null;
}
else
{
begin += 2;
var end = document.cookie.indexOf(";", begin);
if (end == -1) {
end = dc.length;
}
}
// because unescape has been deprecated, replaced with decodeURI
//return unescape(dc.substring(begin + prefix.length, end));
return decodeURI(dc.substring(begin + prefix.length, end));
}
var humanCheck = 1 + Math.floor(Math.random() * 10);
if (humanCheck == 3 || humanCheck == 7) {
captchaCheck()
}
function captchaCheck() {
var myCookie = getCookie("allowed");
if (myCookie == null) {
window.location = "captcha.html";
}
else {
}
}
</script>
<!-- Begin Jekyll SEO tag v2.3.0 -->
<title>sitesgithub.github.io</title>
<meta property="og:title" content="sitesgithub.github.io">
<meta property="og:locale" content="en_US">
<link rel="canonical" href="https://sitesgithub.github.io/">
<meta property="og:url" content="https://sitesgithub.github.io/">
<meta property="og:site_name" content="sitesgithub.github.io">
<script type="application/ld+json">
{"name":"sitesgithub.github.io","description":null,"author":null,"@type":"WebSite","url":"https://sitesgithub.github.io/","image":null,"publisher":null,"headline":"sitesgithub.github.io","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<link href="/assets/css/style.css?v=f7df0920fb6ffc5d576d44f6cc0c68e98511e609" rel="stylesheet">
</head>
<body style="">
<div class="container-lg px-3 my-5 markdown-body">
<h1 id="sitesgithubgithubio">sitesgithub.github.io</h1>
<p>woah! a new account for githubpages! why? it got flagged because i accidentaly forked/edited discord.py and edited nothing! woah. </p>
</div>
<script src="/assets/javascript/anchor-js/anchor.min.js"></script>
<script>anchors.add();</script>
</body></html>