2019-08-05 11:11:08 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh">
|
2021-01-22 11:29:04 +08:00
|
|
|
<head>
|
2021-04-19 11:30:35 +08:00
|
|
|
<link rel="stylesheet" href="@fortawesome/fontawesome-free/css/all.css" />
|
2021-04-19 13:33:23 +08:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="@fortawesome/fontawesome-free/css/v4-shims.css"
|
|
|
|
/>
|
2021-04-29 15:33:48 +08:00
|
|
|
<!--DEPENDENCIES_INJECT_PLACEHOLDER-->
|
|
|
|
<!--STYLE_PLACEHOLDER-->
|
2021-08-18 16:21:35 +08:00
|
|
|
<link rel="stylesheet" title="ang" href="../scss/themes/ang.scss" />
|
2021-01-22 11:29:04 +08:00
|
|
|
<link rel="stylesheet" title="cxd" href="../scss/themes/cxd.scss" />
|
|
|
|
<link rel="stylesheet" title="dark" href="../scss/themes/dark.scss" />
|
|
|
|
<link rel="stylesheet" title="antd" href="../scss/themes/antd.scss" />
|
|
|
|
</head>
|
2020-12-31 00:15:13 +08:00
|
|
|
|
2021-01-22 11:29:04 +08:00
|
|
|
<body>
|
|
|
|
<script data-loader src="./mod.js"></script>
|
|
|
|
<script>
|
|
|
|
/* @require "./embed.tsx" */
|
|
|
|
/* @require "./loader" */
|
|
|
|
(function (w) {
|
|
|
|
var amis = w.amis || {};
|
|
|
|
amis.resource = {
|
|
|
|
css: css,
|
|
|
|
js: js,
|
|
|
|
moduleId: __moduleId('./embed.tsx')
|
|
|
|
};
|
|
|
|
w.amis = amis;
|
|
|
|
})(window);
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|