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.

24 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" media="print" href="/print-lock.css" />
<link rel="icon" href="/favicon.ico" />
<title>青拓</title>
</head>
<body>
<div id="app"></div>
<script src="/config.js"></script>
<script type="module" src="/src/main.ts"></script>
<!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=wsijQt8sLXrCW71YesmispvYHitfG9gv&s=1"></script> -->
<!-- <script src="https://res.zvo.cn/translate/translate.js"></script>
<script>
translate.language.setLocal('english'); //设置本地语种。默认是 'chinese_simplified' 简体中文。 可填写如 'english'、'chinese_simplified' 等。
translate.listener.start(); // 开启html页面变化的监控对变化部分会进行自动翻译。这里变化区域是指使用 translate.setDocuments(...) 设置的区域。
translate.execute(); // 执行翻译初始化操作显示出select语言选择
</script> -->
</body>
</html>