Added tests and fixed timestamp handling
All checks were successful
/ publish (push) Successful in 47s
All checks were successful
/ publish (push) Successful in 47s
This commit is contained in:
parent
5c89c44ff7
commit
e74906e0c4
4 changed files with 164 additions and 34 deletions
|
|
@ -1,22 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<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"
|
||||
>
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body class="container">
|
||||
<header>
|
||||
<header>
|
||||
<hgroup>
|
||||
<h1>Tools</h1>
|
||||
<p>Collection of online tools</p>
|
||||
</hgroup>
|
||||
</header>
|
||||
<h1>Tools</h1>
|
||||
<p>Collection of online tools</p>
|
||||
</hgroup>
|
||||
</header>
|
||||
<main>
|
||||
<ul>
|
||||
<li><a href="/clocks/">Clocks</a></li>
|
||||
|
|
@ -24,7 +23,9 @@
|
|||
<li><a href="/gotemplate/">Go Template Playground</a></li>
|
||||
<li><a href="/gradient-bands/">Gradient Bands</a></li>
|
||||
<li><a href="/2lcc/">Two-letter Country Codes</a></li>
|
||||
<li><a href="/timestamps/">Timestamp Converter</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue