forked from PhoenixSheppy/gsheps.net-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·80 lines (72 loc) · 3.8 KB
/
Copy pathindex.html
File metadata and controls
executable file
·80 lines (72 loc) · 3.8 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
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!--Thanks saphire, amazing formatting, just had to take a fork <3 -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- META JUNE 2020 UPDATE-->
<title>Retriever - Discord Bot</title>
<meta name="title" content="Retriever - Discord Bot">
<meta name="description" content="The dog-joke making, friendly Discord bot for your Discord guild!">
<meta name="author" content="The Retriever Team, PhoenixNet 2020">
<meta name="keywords" content="dog, german shepherd, furry, developer, programmer, discord, discord-bot">
<meta name="theme-color" content="#0099ff">
<link rel="shortcut icon" href="assets/favicon.ico">
<!-- OG/Facebook, Ew facebook...-->
<meta property="og:type" content="website">
<meta property="og:url" content="https://retriver.gsheps.net">
<meta property="og:title" content="Retriever - Discord Bot">
<meta property="og:description" content="The dog-joke making, friendly Discord bot for your Discord guild!">
<meta property="og:image" content="https://retriever.gsheps.net/assets/retrieverlogo.png">
<!-- Twitter-->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://retriever.gsheps.net">
<meta property="twitter:title" content="Retriever - Discord Bot">
<meta property="twitter:description" content="The dog-joke making, friendly Discord bot for your Discord guild!">
<meta property="twitter:image" content="https://retriever.gsheps.net/assets/retrieverlogo.png">
<!-- Other stuff-->
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
</head>
<body>
<div class="center_v fill">
<main id="card" class="style_primary holder">
<div id="description" class="holder content">
<img id="avatar" class="content" src="assets/retrieverlogo.png" alt="Silly Dog, You get the point.">
<div class="content column">
<p class="fill">
Retriever, the dog-joke making, friendly Discord bot for your Discord guild!
<br/>
<br/>
The Developer Team! ➡
<br/>
<br/>
<a href="https://discordapp.com/oauth2/authorize?client_id=736291268690444379&scope=bot&permissions=117824">Add Retriever to your server!</a>
<br/>
<br/>
</p>
<span class="subtitle">The Retriever Team, <a href="https://phoenixnet.tech">PhoenixNet 2020</a></span>
</div>
</div>
<hr>
<div id="navigation" class="column">
<!-- This is getting out of paw... So many links :C -->
<a id="github" href="https://github.com/Phoenixthedoggo" class="highlight holder">
<span class="fill">Phoenix</span><code>Development Lead, Author</code>
</a>
<a id="github" href="https://github.com/MagikManz" class="highlight holder">
<span class="fill">MagikManz</span><code>Developer, Co-Author</code>
</a>
<a id="github" href="https://github.com/Nexure" class="highlight holder">
<span class="fill">Nexure</span><code>Contributor, Tester</code>
</a>
</div>
</main>
</div>
<div class="content--canvas">
</div>
<script src="js/noise.min.js"></script>
<script src="js/util.js"></script>
<script src="js/swirl.js"></script>
</body>
</html>