-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (105 loc) · 6.3 KB
/
index.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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" target="_new" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body class="bg-zinc-900">
<div class="container mx-auto p-4 text-white">
<h1 class="text-3xl font-bold text-center my-4">MythicalSystems Discord Channel Archives</h1>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">General</h2>
<p class="text-zinc-600 dark:text-zinc-400">The general chat</p>
<a target="_new" href="general.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">Off-Topic</h2>
<p class="text-zinc-600 dark:text-zinc-400">The off topic chat that was dead</p>
<a target="_new" href="off-topic.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">MythicalClient Support</h2>
<p class="text-zinc-600 dark:text-zinc-400">This was the chanel to get support for a project is dead</p>
<a target="_new" href="mythicalclient.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">MythicalDash</h2>
<p class="text-zinc-600 dark:text-zinc-400">This was the best chanel for support on MythicalDash</p>
<a target="_new" href="mythicaldash.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">Suggestions</h2>
<p class="text-zinc-600 dark:text-zinc-400">Some random suggestions that were made</p>
<a target="_new" href="suggestions.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">Announcements</h2>
<p class="text-zinc-600 dark:text-zinc-400">Most brain rotting chanel</p>
<a target="_new" href="announcements.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">Reviews</h2>
<p class="text-zinc-600 dark:text-zinc-400">The reviews chanel!</p>
<a target="_new" href="reviews.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">Updates</h2>
<p class="text-zinc-600 dark:text-zinc-400">Another dead chanel</p>
<a target="_new" href="updates.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
<div
class="bg-white dark:bg-zinc-800 shadow-lg rounded-lg overflow-hidden animate__animated animate__fadeIn">
<div class="p-4">
<h2 class="font-bold text-lg text-zinc-800 dark:text-zinc-200">Sneak Pics</h2>
<p class="text-zinc-600 dark:text-zinc-400">At this point why is this even here?</p>
<a target="_new" href="sneak-pics.html"
class="block bg-blue-500 hover:bg-blue-700 text-white font-bold uppercase text-center p-2 rounded-lg mt-4">View
Archives</a>
</div>
</div>
</div>
</div>
</body>
</html>