Files
old.xevion.github.io/_layouts/not_found.html
Brittany Chiang b05b913105 v3
2017-10-10 22:15:49 -07:00

11 lines
150 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body class="not-found">
{{ content }}
{% include scripts.html %}
</body>
</html>