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

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>