2025-09-12 03:14:39 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2025-09-12 11:51:43 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="color-scheme" content="light dark">
|
|
|
|
<title>Tools</title>
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
|
|
|
|
>
|
2025-09-12 03:14:39 +00:00
|
|
|
</head>
|
2025-09-12 11:51:43 +00:00
|
|
|
<body class="container">
|
|
|
|
<header>
|
|
|
|
<hgroup>
|
|
|
|
<h1>Tools</h1>
|
|
|
|
<p>Collection of online tools</p>
|
|
|
|
</hgroup>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<ul>
|
2025-09-25 22:13:29 +00:00
|
|
|
<li><a href="/clocks/">Clocks</a></li>
|
|
|
|
<li><a href="/freelens-logo/">Freelens Logo maker</a></li>
|
2025-09-12 11:51:43 +00:00
|
|
|
</ul>
|
|
|
|
</main>
|
2025-09-12 03:14:39 +00:00
|
|
|
</body>
|
2025-09-12 11:51:43 +00:00
|
|
|
</html>
|