-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (27 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css2?family=Noto+Sans:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="script.js" type="module" defer></script>
<title>Helen Chong's Frontend Mentor Challange Solutions</title>
</head>
<body>
<header class="header">
<h1>Helen Chong's Frontend Mentor Challange Solutions</h1>
<p>Here are all my solutions to the challenges from <a href="https://www.frontendmentor.io/">Frontend Mentor</a>.</p>
<p>You can also <a href="https://www.frontendmentor.io/profile/helenclx">visit my Frontend Mentor profile</a> to view all my solutions.</p>
</header>
<main class="solutions"></main>
<footer class="attribution">
Coded by <a href="https://helenchong.dev/">Helen Chong</a>.
</footer>
<button class="top-btn hidden">
<img src="top.svg" alt="Scroll to top">
</button>
</body>
</html>