27 lines
805 B
HTML
27 lines
805 B
HTML
<!--
|
||
~ Copyright (c) 2024. bmy
|
||
~ Email:2271608011@qq.com
|
||
~ Github:https://github.com/helpcode
|
||
-->
|
||
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<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">
|
||
<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>
|
||
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn) { %>
|
||
<script src="<%= htmlWebpackPlugin.options.cdn[i] %>"></script>
|
||
<% } %>
|
||
</body>
|
||
</html>
|