mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2026-05-24 06:39:48 +08:00
Initial commit
This commit is contained in:
Executable
+24
@@ -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>
|
||||
Reference in New Issue
Block a user