mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2025-01-12 09:52:52 +08:00
24 lines
437 B
PHP
24 lines
437 B
PHP
|
<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>
|