Files
archived-rttys/frontend/public/index.html
T
Jianhui Zhao 35a6e9a9b2 rename 'web' to 'frontend'
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-24 09:58:39 +08:00

18 lines
613 B
Go

<!DOCTYPE html>
<html lang="en">
<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="icon" href="<%= BASE_URL %>favicon.ico">
<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>