mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 15:15:39 -06:00
11 lines
150 B
HTML
11 lines
150 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include head.html %}
|
|
</head>
|
|
<body class="not-found">
|
|
{{ content }}
|
|
{% include scripts.html %}
|
|
</body>
|
|
</html>
|