You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
631 B
27 lines
631 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
|
|
/>
|
|
<link rel="stylesheet" href="/helloworld/umi.css" />
|
|
<script>
|
|
window.routerBase = "helloworld";
|
|
</script>
|
|
<script>
|
|
window.publicPath =
|
|
window.__INJECTED_PUBLIC_PATH_BY_QIANKUN__ || "/helloworld/";
|
|
</script>
|
|
<script>
|
|
//! umi version: 3.2.14
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="helloworld"></div>
|
|
|
|
<script src="/helloworld/umi.js" entry></script>
|
|
</body>
|
|
</html>
|