This repository has been archived by the owner on May 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebia.html
46 lines (46 loc) · 2.51 KB
/
debia.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
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cytrus-RE: Debia</title>
<!-- meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8"> <!-- Just in case, it sets the charset to unicode -->
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <!-- To work properly with old Edge/IE -->
<!-- Embed related stuff (still meta) -->
<meta property="og:url" content="https://cytrus-re.github.io"> <!-- I don't really know but that sets the URL somewhere -->
<meta property="og:type" content="article"> <!-- Again, I don't know, but it should be here -->
<meta property="og:title" content="Cytrus-RE"> <!-- Sets the title in the embed -->
<meta property="og:description" content="Cytrus-RE: Debia"> <!-- Sets the description on the embed -->
<meta property="og:image" content="https://cytrus-re.github.io/favicon.png "> <!-- Sets the image in the embed -->
<!-- end of metadata and embed related stuff -->
<link rel="stylesheet" type="text/css" href="styles/theme.css">
<link rel="icon" href="src/images/favicon.png" sizes="16x16" type="image/png">
<!--Da, this will work.-->
<!--Also I hate myself-->
<!--Go fuck yourself internet explorer-->
</head>
<body>
<header>
<div class="container">
<div class="eight columns">
<nav>
<ul>
<h7>Cytrus-RE⠀ </h7>
<!--Yes, I used the Braile White Space for the space. Deal with it. :sunglasses:-->
<li><a href="index.html">Home</a></li>
<li><a href="commands.html">Commands</a></li>
<li><a href="project-tangerine.html">Debia</a></li>
<li><a href="meetthedevs.html">Meet the Developers</a></li>
</ul>
</nav>
</div>
</div>
</header>
<h1>Debia</h1>
<slogan>The multi-purpose bot you've always wanted... rewritten.</slogan>
<p>Debia is a complete rewrite of Cytrus-RE, but it's not made in JS, it's made in TypeScript.</p>
<p>You can't invite it at the moment. We haven't even gotten commands working.</p>
<button onclick="location.href = 'https://github.com/Cytrus-RE/debia'" id="DebiaSrcButton" class="cytrusre cytrusbutton">Check out the GitHub page for Debia!</button>
<h2></h2>
</body>
</html>