-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1.49 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
<!DOCTYPE html>
<html>
<head>
<title>GameMonk:Download free full games</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<h1 class="text-2xl font-medium title-font text-gray-900 mb-12 text-center">OOPS! looks like you didn't
install our Extension, Here is the tutorial video to do so:</h1>
<center><video controls="controls" autoplay="autoplay" src="tutorial.mp4" height="768" width="1280"
</center></video>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
</div>
</section>
<center>
<a href="about/about.html"
class="flex text-white-700 bg-pink-300 rounded-lg px-2 m-2 font-medium hover:text-white hover:bg-red-600">
<ion-icon name="heart-outline" class="m-1 text-xl"></ion-icon>
<div>About ME!</div>
</a>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</center>
</body>
</html>