wails-template-vue/frontend/public/index.html

19 lines
366 B
HTML
Raw Normal View History

2021-09-08 08:58:58 +08:00
<!DOCTYPE html>
<html>
<head>
2021-09-08 18:40:35 +08:00
<meta charset="utf-8">
2021-09-08 08:58:58 +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>
</body>
</html>