salix-front/public/index.html

23 lines
637 B
HTML
Raw Normal View History

2022-02-24 08:23:59 +00:00
<!DOCTYPE html>
<html lang="">
2022-02-25 12:12:14 +00:00
<head>
2022-02-24 08:23:59 +00:00
<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="icon" href="<%= BASE_URL %>favicon.ico">
2022-02-25 12:12:14 +00:00
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
</head>
<body>
2022-02-24 08:23:59 +00:00
<noscript>
2022-02-25 12:12:14 +00:00
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
2022-02-24 08:23:59 +00:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
2022-02-25 12:12:14 +00:00
</body>
</html>