2022-07-26 06:09:04 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
<link href="./src/assets/ZenMaruGothic-Regular.ttf" rel="stylesheet">
|
|
|
|
<!-- <link href="https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap" rel="stylesheet"> -->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2022-07-28 09:43:25 +00:00
|
|
|
<title>cocos-vue-demo</title>
|
|
|
|
<script src="./static/js/EventBus.js" charset="utf-8"></script>
|
|
|
|
<script src="./static/cocos-build/web-mobile/src/settings.js"></script>
|
|
|
|
<script src="./static/cocos-build/web-mobile/cocos2d-js.js"></script>
|
|
|
|
<!-- <script src="./static/cocos-build/web-mobile/main.js"></script> -->
|
2022-07-26 06:09:04 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|