-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frontend Mentor</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon-32x32.png">
</head>
<body>
<div class="container">
<main>
<h1>Frontend Mentor Challenges</h1>
<h2>Projects</h2>
<ul class="projects-list js-projects-list"></ul>
</main>
<footer class="footer">
<span>
Challenges provided by
<a href="https://www.frontendmentor.io/">frontendmentor.io</a>
</span>
<span>
Solutions by
<a href="https://github.com/PriyankaTamhankar01">Priyanka Tamhankar</a>
</span>
<span>
Source code hosted on
<a href="https://github.com/PriyankaTamhankar01/FrontendMentorSolution">
GitHub
</a>
</span>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>