screenFront/public/index.html

18 lines
622 B
HTML
Raw Normal View History

2023-05-12 08:41:33 +00:00
<!DOCTYPE html>
2023-06-06 08:58:46 +00:00
<html lang="" class="dark">
2023-05-12 08:41:33 +00:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" href="/bt_favicon.ico">
2023-05-12 08:41:33 +00: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>