-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.13 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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>BOOP's PP (Public Parking)</title>
<meta name="description" content="BOOP's PP (Public Parking)">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="tailwind.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/f7c9e37cd4.js" crossorigin="anonymous"></script>
</head>
<body class="flex items-center justify-center h-screen">
<div class="card text-white rounded-lg shadow-lg p-6 w-5/12">
<img src="Logo.png" class="rounded-md mr-6 h-48 float-left">
<h1 class="lowercase text-3xl font-bold">example.net</h1>
<p class="mt-2 mb-4">This domain is currently owned and parked by Zeeless<br>For more information, please feel free to
contact me.</p>
<div>
<i class="fa-brands fa-github text-3xl pr-2 align-middle"></i>
<i class="fa-brands fa-discord text-3xl pr-2 align-middle"></i>
<span>awildboop</span>
</div>
</div>
</body>
</html>