SakuraPanel/pages/404.php
2020-01-18 05:51:45 +08:00

24 lines
437 B
PHP
Executable File

<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>