Re-implemented (export)

This commit is contained in:
neauoire
2019-11-02 17:11:41 -04:00
parent 707f056649
commit ff934f9f16
7 changed files with 45 additions and 54 deletions

15
404.html Normal file
View File

@@ -0,0 +1,15 @@
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Loading..</title>
</head>
<body style='background:black'>
<script>
document.location.href = '/index.html'
</script>
</body>
</html>