-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Giggle Hub</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="logo.jpg" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="whole">
<h1 class="wlcm">WELCOME TO GIGGLE HUB</h1>
<h3 class="look">Let's have a look at the memes</h3>
<button class="meme-gen"><b>Generate Meme</b></button>
<div class="cont">
<p class="title">Loading..</p>
<div style="text-align: center;">
<img src="" alt="">
</div>
<p class="author">Made by : </p>
<!-- <button class="meme-share"><span><b>Share it!</b></span> <span><b>Liked it?</b></span></button> -->
</div>
<div style="text-align: center;">
<button class="meme-share"><span><b>Share it!</b></span> <span><b>Liked it?</b></span></button>
</div>
</div>
<footer>
<p>Made with <i class="fa fa-heart"></i> by <a href="https://www.linkedin.com/in/komal-agarwal-95a3a026a/" target="_blank">Komal Agarwal</a></p>
</footer>
<script src="script.js"></script>
</body>
</html>