-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random-Memer</title>
<link rel="icon" href="heart_love_smiley_icon.ico" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/Subhankar43/Random-Memer/style.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="content">
<button class="generate-meme-btn">Generate Meme</button>
<h2 class="meme-title">loading.....</h2>
<img src=" " alt="" />
<div class="meme-author"></div>
</div>
<section class="sidebar">
<p class="attribution">
Made with ❤️ By -
<a
class="social"
href="https://www.instagram.com/subhankarkundu43"
target="_blank"
>Vortx</a
>
</p>
</section>
<footer class="logo">
<a href="https://github.com/Subhankar43/Random-Memer" target="_blank" rel="noreferrer"
><i class="fa-brands fa-github fa-3x"></i
></a>
</footer>
<script src="https://cdn.jsdelivr.net/gh/Subhankar43/Random-Memer/script.js"></script>
</body>
</html>