birbsoundboard/public/index.html

19 lines
595 B
HTML
Raw Normal View History

2021-06-13 22:09:12 +02:00
<!DOCTYPE html>
<html lang="">
2021-06-14 23:28:57 +02:00
<head>
2021-06-13 22:09:12 +02:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2021-06-15 00:11:42 +02:00
<meta name="viewport" content="width=device-width, user-scalable=no" />
2021-06-13 22:09:12 +02:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
2021-06-14 23:28:57 +02:00
</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>
2021-06-13 22:09:12 +02:00
</html>