Astro Classes

This commit is contained in:
2015-08-14 21:06:23 +08:00
parent d3f924adf3
commit 0a25f87965
157 changed files with 11676 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
<!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>