Initial commit

This commit is contained in:
2020-01-18 05:51:45 +08:00
Unverified
commit e0da205b34
1758 changed files with 550610 additions and 0 deletions
Executable
+24
View File
@@ -0,0 +1,24 @@
<html lang="en">
<head>
<title>404 Notfound</title>
<style type="text/css">
body {
background: #F1F1F1;
font-weight: 100 ! important;
padding: 32px;
}
h1 {
font-weight: 100 ! important;
}
logo {
font-size: 100px;
}
</style>
</head>
<body>
<logo>:(</logo>
<h1>404 Notfound</h1>
<p><b>Error:</b> File or directory not found</p>
<p><em>Powered by Sakura Panel</em></p>
</body>
</html>