21 lines
No EOL
732 B
Text
21 lines
No EOL
732 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../style.css">
|
|
<title>THE Bin // Error</title>
|
|
<meta property="og:title" content="THE Bin" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="http://bin.got-hacked.rip/" />
|
|
<meta property="og:description" content="An open-source, uncensored bin." />
|
|
<meta name="theme-color" content="#5D67FF">
|
|
</head>
|
|
<body>
|
|
<div class="error">
|
|
<b style="color:red">Error has been detected:</b><br/>
|
|
<%= error %>
|
|
</div>
|
|
</body>
|
|
</html> |