Files
weiyu/visitor/react/themebuilder/index.html
jack ning 8a84e6b738 update
2024-04-05 15:53:09 +08:00

33 lines
1.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>ChatUI Theme Builder</title>
<!-- <link rel="stylesheet" href="//g.alicdn.com/chatui/theme-builder/0.3.0/index.css"> -->
<link rel="stylesheet" href="./index.css" />
</head>
<body>
<script>
<!-- with (document) with (body) with (insertBefore(createElement("script"), firstChild)) setAttribute("exparams", "category=&userid=&aplus&yunid=&b5ee331eeee3&asid=AQAAAACLHK9lsSIYeQAAAABClh5DA1BZeg==", id = "tb-beacon-aplus", src = (location > "https" ? "//g" : "//g") + ".alicdn.com/alilog/mlog/aplus_v2.js") -->
with (document)
with (body)
with (insertBefore(createElement("script"), firstChild))
setAttribute(
"exparams",
"category=&userid=&aplus&yunid=&b5ee331eeee3&asid=AQAAAACLHK9lsSIYeQAAAABClh5DA1BZeg==",
(id = "tb-beacon-aplus"),
(src = "./aplus_v2.js"),
);
</script>
<div id="root"></div>
<script
src="//g.alicdn.com/code/lib/??react/17.0.2/umd/react.production.min.js,react-dom/17.0.2/umd/react-dom.production.min.js"
crossorigin
></script>
<!-- <script src="//g.alicdn.com/chatui/theme-builder/0.3.0/index.js" crossorigin></script> -->
<script src="./index.js" crossorigin></script>
</body>
</html>