train/web/public/index.html

21 lines
712 B
HTML
Raw Normal View History

2024-01-21 11:21:40 +08:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1.0" name="viewport">
<link href="<%= BASE_URL %>favicon.ico" rel="icon">
2024-01-21 18:30:43 +08:00
<script src="<%= BASE_URL %>js/session-storage.js"></script>
<script src="<%= BASE_URL %>js/tool.js"></script>
2024-01-21 11:21:40 +08:00
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>