-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
45 lines (45 loc) · 1.57 KB
/
resources.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
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Aris Karatarakis, log" />
<meta property="og:url" content="https://www.indvstry.com">
<link rel="canonical" href="https://www.indvstry.com/log">
<title>INDVSTRY · Resources</title>
</head>
<body>
<!-- header -->
<header>
<nav class="crumbs" id="navMain">
<ul class="listNav">
<li class="crumb"><a href="index.html">Home</a></li>
<li class="crumb"><a href="tidbits.html">Tidbits</a></li>
<li class="crumb"><a href="resources.html" aria-current="page">Resources</a></li>
</ul>
</nav>
<div class="header-text">
<h1>Resources</h1>
</div>
</header>
<main>
<section class="resources">
<header>
<h2>A simpler world wide web</h2>
<p class="byline"></p>
</header>
<ul class="resources" id="rp00">
<li><a href="https://wiby.me/">Wiby: a search enging for older style pages</a></li>
<li><a href="https://www.htmhell.dev/">HTMLHell: A collection of bad practice in HTML</a></li>
<li><a href="http://motherfuckingwebsite.com/">This is a motherfucking website.</a></li>
</ul>
</section>
</main>
<footer>
<p>Handcrafted with ❤️️️ 2023</p>
</footer>
<!-- <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> -->
</body>
</html>