mirror of
https://github.com/seigler/advent-of-code-2020
synced 2025-07-27 00:06:09 +00:00
14 lines
No EOL
310 B
HTML
14 lines
No EOL
310 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Advent of Code Template</title>
|
|
<style> html, body { font-family: sans-serif; }</style>
|
|
</head>
|
|
<body>
|
|
<h1>Advent of Code Template</h1>
|
|
<ul>
|
|
<li><a href="/solutions/template/viewer.html">solutions/template</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|
|
|