mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2025-01-12 01:42:52 +08:00
24 lines
429 B
PHP
Executable File
24 lines
429 B
PHP
Executable File
<html lang="en">
|
|
<head>
|
|
<title>403 Forbidden</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>403 Forbidden</h1>
|
|
<p><b>Error:</b> Permission denied</p>
|
|
<p><em>Powered by Sakura Panel</em></p>
|
|
</body>
|
|
</html> |