-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (23 loc) · 1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MSOCIETY</title>
<meta name="description" content="msociety.dev">
<meta name="author" content="msociety">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css?v=1.0">
</head>
<body class="h-screen">
<div class="h-full flex items-center justify-center flex-col">
<span class="text-6xl font-mono">MSOCIETY</span>
<div class="flex flex-row">
<a href="https://t.me/MSOCIETY" target="_blank" class="p-2 hover:bg-black hover:text-white">Telegram</a>
<a href="discord" target="_blank" class="p-2 hover:bg-black hover:text-white">Discord</a>
<a href="git" target="_blank" class="p-2 hover:bg-black hover:text-white">Github</a>
<a href="https://async.msociety.dev" target="_blank" class="p-2 hover:bg-black hover:text-white">Forum</a>
</div>
</div>
<footer></footer>
</body>
</html>