20 lines
649 B
HTML
Raw Permalink Normal View History

2020-06-24 13:54:15 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
2021-03-04 17:31:00 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
2020-06-24 13:54:15 +08:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
2021-03-17 10:34:02 +08:00
<title>签签世界</title>
2020-06-24 13:54:15 +08:00
</head>
<body>
<noscript>
2021-03-04 17:31:00 +08:00
<strong>
We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
2020-06-24 13:54:15 +08:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>