StationVR/index.html

14 lines
368 B
HTML
Raw Normal View History

2025-04-16 12:08:03 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>神池南变电站</title>
</head>
<body>
<div id="app" style="padding: 0px"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>