forked from Botanical/BotanJS
19 lines
389 B
HTML
19 lines
389 B
HTML
<html>
|
|
<head>
|
|
<title>Botan JS - Test</title>
|
|
<script>
|
|
var debugEnv = true;
|
|
var _AstConf_ = {
|
|
"Login": {
|
|
"formAct": "testset"
|
|
, "sHeat": "GOOD"
|
|
}
|
|
};
|
|
</script>
|
|
|
|
<link href="/ocss/Astro.Blog.Layout.Login" rel="stylesheet" type="text/css" />
|
|
<script src="/ojs/Astro.Blog.Layout.Login"></script>
|
|
<body onload="BotanJS.import('Astro.Bootstrap').init();">
|
|
</body>
|
|
</html>
|