-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Habless Hotel</title>
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
</head>
<body class="min-h-screen flex flex-col justify-center items-center bg-gray-800 text-center">
<div class="mt-4">
<img src="habless.gif" />
</div>
<div class="mt-4 -m-6 flex flex-col md:flex-row">
<div class="mt-2">
<div class="w-full p-2">
<div class="text-white p-2 rounded block sm:flex sm:items-center" style="background-color: #7289da">
<img src="https://discordapp.com/assets/192cb9459cbc0f9e73e2591b700f1857.svg" class="w-24 mr-2">
<a href="https://discord.gg/hpyHPQh" target="_blank" class="w-64 ml-2"><img class="float-right" src="discord-badge.png"></a>
</div>
</div>
</div>
</div>
</body>
</html>