mirror of https://gitee.com/godoos/godoos.git
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.
19 lines
732 B
19 lines
732 B
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
|
|
<link rel="icon" href="dist/logo.ico">
|
|
<title>思维导图</title>
|
|
<script>// 自定义静态资源的路径
|
|
window.externalPublicPath = './dist/'
|
|
// 接管应用
|
|
window.takeOverApp = false
|
|
</script>
|
|
<body>
|
|
<noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript>
|
|
<div id="app"></div>
|
|
<script src="./src/main.js"></script>
|
|
</body>
|
|
</html>
|