-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (43 loc) · 1.58 KB
/
Copy pathindex.html
File metadata and controls
45 lines (43 loc) · 1.58 KB
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">
<title>Tools</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 2rem auto;
max-width: 800px;
line-height: 1.6;
}
h1 {
border-bottom: 2px solid #333;
padding-bottom: .5rem;
}
</style>
</head>
<body>
<p>Welcome to the tools monorepo. Browse the available utilities below.</p>
<h1>TOOLS</h1>
<!-- TOOLS-LIST START -->
<ul>
<li><a href="Workflow-to-GPX/">Workflow-to-GPX</a></li>
<li><a href="central-circle/">central-circle</a></li>
<li><a href="christmas-timer/">christmas-timer</a></li>
<li><a href="ev-charging-comparer/">ev-charging-comparer</a></li>
<li><a href="github-projects-sprints/">github-projects-sprints</a></li>
<li><a href="hybrid-petrol-calculator/">hybrid-petrol-calculator</a></li>
<li><a href="jellyfin-watched-cleaner/">jellyfin-watched-cleaner</a></li>
<li><a href="nutri-calculator/">nutri-calculator</a></li>
<li><a href="parkrun-weather-advisor/">parkrun-weather-advisor</a></li>
<li><a href="quarters-of-the-year/">quarters-of-the-year</a></li>
<li><a href="rice-cooking-calculator/">rice-cooking-calculator</a></li>
<li><a href="webcam-image-viewer/">webcam-image-viewer</a></li>
<li><a href="webcam-tiles/">webcam-tiles</a></li>
<li><a href="working-hours-calculator/">working-hours-calculator</a></li>
<li><a href="youtube-age-search/">youtube-age-search</a></li>
<li><a href="yt-playlist-to-music/">yt-playlist-to-music</a></li>
</ul>
<!-- TOOLS-LIST END -->
</body>
</html>