<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="UTF-8" />
|
<link rel="icon" href="/favicon.png" />
|
<meta http-equiv="pragram" content="no-cache">
|
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
|
<meta http-equiv="expires" content="0">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<title>青汽智能立体库监控平台</title>
|
</head>
|
<body>
|
<div id="app"></div>
|
<script type="text/javascript" src="/config.js"></script>
|
<script type="module" src="/src/main.js"></script>
|
<style>
|
/* 兼容screen3页面的rem */
|
html{
|
font-size:96px
|
}
|
</style>
|
</body>
|
</html>
|