forked from Botanical/BotanJS
29 lines
747 B
HTML
29 lines
747 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>404 Page not found</title>
|
|
|
|
<script type="text/javascript">
|
|
var debugEnv = true;
|
|
var _AstConf_ = {
|
|
"ErrorCode": 403
|
|
};
|
|
</script>
|
|
|
|
<link href="/ocss/Astro.Blog.Layout.ErrorPages" rel="stylesheet" type="text/css" />
|
|
<script src="/ojs/Astro.Blog.Layout.ErrorPages"></script>
|
|
|
|
</head>
|
|
<body onload="BotanJS.import('Astro.Bootstrap').init()">
|
|
<div class="rooms">
|
|
<div id="g">
|
|
<div id="p_prepage" class="p_abs100"></div>
|
|
<div id="p403">
|
|
<div id="p403" class="p_abs100"></div>
|
|
<div class="bc b403 c_center"><div class="ringbg c_center"><div class="code c403 c_center"></div></div></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|