mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<link rel="stylesheet" href="@fortawesome/fontawesome-free/css/all.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="@fortawesome/fontawesome-free/css/v4-shims.css"
|
|
/>
|
|
<link rel="stylesheet" href="animate.css/animate.css" />
|
|
<!--DEPENDENCIES_INJECT_PLACEHOLDER-->
|
|
<!--STYLE_PLACEHOLDER-->
|
|
<link rel="stylesheet" title="ang" href="../scss/themes/ang.scss" />
|
|
<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>
|
|
|
|
<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>
|