advent-of-code-2020/solutions/index.html
2020-12-02 10:06:38 -05:00

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>