Files
tk-mini-program-PC/public/index.html

32 lines
776 B
HTML
Raw Normal View History

2025-04-01 13:57:54 +08:00
<!DOCTYPE html>
2025-04-03 16:41:54 +08:00
<html>
2025-04-02 13:55:38 +08:00
<head>
<meta charset="utf-8">
2025-04-03 16:41:54 +08:00
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
2025-04-02 13:55:38 +08:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>
2025-04-03 16:41:54 +08:00
<%= webpackConfig.name %>
2025-04-02 13:55:38 +08:00
</title>
2025-04-07 18:26:39 +08:00
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
2025-04-02 13:55:38 +08:00
</head>
<body>
<noscript>
2025-04-03 16:41:54 +08:00
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it
to continue.</strong>
2025-04-02 13:55:38 +08:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
2025-04-03 16:41:54 +08:00
<style>
body {
margin: 0;
padding: 0;
2025-04-16 14:13:32 +08:00
/* width: 1600px;
height: 900px; */
2025-04-03 16:41:54 +08:00
}
</style>
2025-04-02 13:55:38 +08:00
</html>