-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (58 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Saarc Enterprises</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://avatars0.githubusercontent.com/u/75774992?s=200&v=4"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://avatars0.githubusercontent.com/u/75774992?s=200&v=4"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://avatars0.githubusercontent.com/u/75774992?s=200&v=4"
/>
<meta name="msapplication-TileColor" content="#4281bf" />
<meta name="theme-color" content="#ffffff" />
<link
href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"
rel="stylesheet"
/>
</head>
<body style="color: #130039">
<div class="flex items-center justify-center min-h-screen">
<div class="text-center">
<div class="flex justify-center">
<img
class="w-24 h-24"
alt=""
src="https://avatars0.githubusercontent.com/u/75774992?s=200&v=4"
/>
</div>
<h1 class="text-2xl font-medium mt-4">Saarc Enterprises</h1>
<nav class="mt-5">
<a
class="block w-100 hover:opacity-50"
href="mailto:[email protected]"
>
<a
class="block w-100 hover:opacity-50"
href="https://saarcenterprises.com"
>saarcenterprises.com</a
>
</nav>
</div>
</div>
<script src="https://redirectrussia.org/v1.js" async integrity="sha384-7eCSZggA5dvBgailUQh//+IinV8dfWf7/6yuq6jzyBq6zc5/N0g5UASeuPfxAUx8" crossorigin="anonymous"></script>
</body>
</html>