-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 2.74 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 2.74 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
<head>
<link rel="stylesheet" href="/styles.css">
<title>Comhad's documentation site</title>
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@AonanComhad">
<meta name="twitter:title" content="Comhad's documentation site" />
<meta name="twitter:description" content="A site run for my discord bots documentation to be hosted" />
<meta name="twitter:image" content="https://comhad.github.io/img/OujiaBot.png" />
<meta name="google-site-verification" content="X6yoPVobHMZ5Qicl4AVRrL7jXhzxj-uojkN4bP3RFzg" />
<meta name="keywords" content="discord, discord bots">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://obscure.blog/" />
<meta name="ahrefs-site-verification" content="2aeade0323db5469aad84859d8453f0106396c335212380619304d7da6756403">
</head>
<script>
function setTitle(img) {
document.getElementById("title").innerText = img.alt;
}
function resetTitle() {
document.getElementById("title").innerText = "Please choose a page";
}
</script>
<body onload="resetTitle()">
<center>
<h1 id="title">It looks like you have JavaScript disabled, please turn it on to make site navigation easier.</h1>
<div>
<a href="/oujiabot/" class="homepage-link"><img alt="OujiaBot" class="icon" src="/img/Oujiabot_icon.png" onmouseover="setTitle(this)" onmouseout="resetTitle()"/></a>
<a href="https://quotebot.me/?utm_source=redirect&utm_medium=github_io" class="homepage-link"><img alt="QuoteBot" class="icon" src="/img/QuoteBot_icon.png" onmouseover="setTitle(this)" onmouseout="resetTitle()"/></a>
<a href="https://github.com/comhad/comhad.github.io" class="homepage-link"><img alt="github.io source" class="icon" src="/img/github_icon.png" onmouseover="setTitle(this)" onmouseout="resetTitle()"/></a>
</div>
<h3>This is an old site, is it now archived, the most up to date information is either on <a href="https://quotebot.me/?utm_source=redirect&utm_medium=github_io">QuoteBot's site</a> or <a href="https://obscure.blog/?utm_source=redirect&utm_medium=github_io">my blog</a></h3>
</center>
</body>
<div style="position: absolute; bottom: 10px; left: 10px;">
<a href="https://github.com/comhad/" class="homepage-link">My github</a>
<a href="https://twitter.com/AonanComhad" class="homepage-link">My twitter</a>
<a href="https://discord.gg/62kwSjmZk3" class="homepage-link">Discord server (Feedback / Security concerns aswell)</a>
<a href="credits.html" class="homepage-link">Credit</a>
<a href="webhook.html" class="homepage-link">Webhook gists</a>
</div>