-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://mirozdevkota.netlify.app/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="My FontEnd Mentor projects that i have done" />
<meta property="og:description" content="I will attempyt to finish the entire front end mentors projects." />
<meta property="og:image" content="https://img.techpowerup.org/200510/desktop-preview249.jpg" />
<!-- edi mathi ko image link fb ma scrape garda dekhaena bhane tyo image ko link lai nai ekchoti scrape garna parcha ani auncha
some image hosting doesnt work like imgur because of encoding-->
<title>Frontend Mentor</title>
<link rel="stylesheet" href="./index.css">
<script defer src="https://kit.fontawesome.com/5cc2969e12.js" crossorigin="anonymous"></script>
</head>
<body>
<h1>All the Frontend Mentor <span class="right">projects that I have done</span></h1>
<main class="container">
</main>
<div class="modal-container" id="modal_container">
<div class="modal">
<h1>You have entered konami Code 😎</h1>
<p class="video">
</p>
<button id="close">
Close me
</button>
</div>
</div>
</body>
<script src="./index.js"></script>
</html>