30 lines
649 B
HTML
30 lines
649 B
HTML
|
|
<!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">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="/bricks/css/bricks.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<script src="/3thparty/jsencrypt.min.js"></script>
|
|
<script src="/3thparty/marked.min.js"></script>
|
|
<script src="/bricks/bricks.js"></script>
|
|
<script>
|
|
const opts = {
|
|
"widget": {
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"kboss.json"
|
|
}
|
|
}
|
|
};
|
|
const app = new BricksApp(opts);
|
|
app.run();
|
|
</script>
|
|
</body>
|
|
</html>
|