-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
<title>Kelly's Frontend Mentor Project Stash</title>
</head>
<body>
<main>
<h3>Abandon hope, all ye who enter here</h3>
<p>This is just where I am stashing all my Frontend Mentor projects.</p>
<ol>
<li><a href="single-price-grid-component-master/index.html">Single Price Grid Component</a></li>
<li><a href="tip-calculator-app-main/index.html">Tip Calculator</a></li>
<li><a href="nft-preview-card-component-main/index.html">NFT Preview Card Component</a></li>
<li><a href="time-tracking-dashboard-main/index.html">Time Tracking Dashboard</a></li>
<li><a href="daily-insult/index.html">Daily Shakespearan Insult</a></li>
</ol>
Find me at <a href="https://www.github.com/ksmacleod99" target="_blank">@ksmacleod99</a>
</main>
</body>
</html>