Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,20 @@
<head>
<!-- ESSENTIAL -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>工业城市模拟器 - 控制面板</title>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="application-name" content="Vite ThreeJS — Template" />
<meta name="description"
content="Boilerplate template designed to quickly bootstrapping a 3D Web App, SPA, website or landing page with Three.JS, GLSL, Vite, TailwindCSS, ESLint, Husky and much more in just 30 seconds." />
<meta name="keywords"
content="three, three js, threejs, three.js, three-js, three template, three js template, threejs template, three.js template, three-js template, three vite, three js vite, threejs vite, three.js vite, three-js vite, three vite template, three js vite templante, threejs vite templante, three.js vite templante, three-js vite templante, webgl, 3D, GLSL, GLSL shaders, shaders, web3D, javascript, js, vanilla-javascript, vanilla-js, development, template, boilerplate, template-boilerplate, boilerplate-frontend, starter-kit, vite, vite template, swc, husky, eslint, commitlint, prettier, postcss, tailwind, tailwindcss, sass, scss, css, github, web app, web-app, webapp, spa" />
<meta name="application-name" content="工业城市模拟器" />
<meta name="description" content="一款基于 Three.js 的工业城市建设模拟游戏" />
<meta name="keywords" content="工业城市,城市建设,模拟游戏,Three.js,Vue3" />
<link rel="manifest" href="/app.webmanifest" />
<link rel="icon" sizes="192x192" href="/favicon/favicon-192.webp" />
<link rel="icon" sizes="512x512" href="/favicon/favicon-512.webp" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=ZCOOL+QingKe+HuangYou&display=swap"
rel="stylesheet">
</head>
</head>

<body style="background: radial-gradient(ellipse at center, #6990b8 0%, #3b5279 100%);">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>

</html>
</html>
Loading