mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-08 18:07:56 -06:00
18 lines
238 B
HTML
18 lines
238 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include head.html %}
|
|
</head>
|
|
<body>
|
|
{% include nav.html %}
|
|
<!-- <div id="skrollr-body"> -->
|
|
{{ content }}
|
|
<!-- </div> -->
|
|
{% include scripts.html %}
|
|
</body>
|
|
</html>
|