-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.68 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description"
content="Discover Ranit Manik's top-ranked JavaScript Projects. Browse beginner-friendly projects with dedicated HTML, CSS, and JavaScript files. Ideal for learners, experienced developers, and those curious about JavaScript. Enhance your skills, explore solutions, and provide feedback today!"/>
<meta property="og:title" content="Top JavaScript Projects by Ranit Manik" />
<meta property="og:description" content="Browse beginner-friendly JavaScript projects with separate HTML, CSS, and JavaScript files. Perfect for learners and developers." />
<meta property="og:url" content="https://ranitmanik.github.io/JavaScript-Projects/" />
<meta property="og:type" content="website" />
<title>JavaScript Projects</title>
<link rel="stylesheet" href="./assets/style.css">
<link rel="shortcut icon"
href="https://cdn2.iconfinder.com/data/icons/seo-web/512/website-code-512.png"
type="image/x-icon">
<link href="https://v1.fontapi.ir/css/SFMono" rel="stylesheet">
</head>
<body>
<header>
<h1 class="heading-text">
JavaScript Projects
</h1>
<h2 class="sub-heading">
<a class="author-link" href="https://github.com/ranitmanik">Ranit Manik</a>
</h2>
</header>
<main>
<div class="card-container">
<ul class="box-container" id="project-list"></ul>
</div>
</main>
<script src="./assets/script.js"></script>
</body>
</html>