docs/www/index.html

20 lines
861 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello, World</title>
<link rel="stylesheet" href="colors.css">
<link rel="stylesheet" href="base.css">
</head>
<body>
<h2 id="hello-world">
Hello, World!
<a href="#hello-world" class="heading-anchor">
<svg stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentcolor" fill="none" viewBox="0 0 24 24" style="width: var(--icon-size, 1rem); height: var(--icon-size, 1rem)" aria-hidden="true" class="icon link" xmlns="http://www.w3.org/2000/svg"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>
<span style="display: none">Section titled Hello, World!</span>
</a>
</h2>
<p>Its currently Sat, 06 May 2023 19:55:06 -0700</p>
</body>
</html>