加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
prr 提交于 2024-04-01 22:17 . 第一次上传
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./public/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>新苗同学</title>
<style>
html {
max-width: 1600px;
min-width: 1000px;
max-height: 1000px;
min-height: 600px;
padding: 0px;
margin: 0px auto;
width: 100%;
height: 100%;
box-sizing: border-box;
}
body,#app{
min-width: 1000px !important;
padding: 0px;
margin: 0px auto;
width: 100%;
height: 100%;
box-sizing: border-box;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- 引入高德地图 -->
<!-- <script src="https://webapi.amap.com/loader.js"></script> -->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化