initial commit

This commit is contained in:
cupcakearmy
2019-08-10 22:46:44 +02:00
commit 46fc3d4a2e
5 changed files with 170 additions and 0 deletions

18
html/error.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<style>
html, body{
font-family: 'Courier New', Courier, monospace;
text-align: center;
}
h1 {
font-weight: normal;
}
</style>
</head>
<body>
<h1>error</h1>
</body>
</html>