listmonk/frontend/public/index.html

20 lines
724 B
HTML
Raw Normal View History

2018-10-25 21:51:47 +08:00
<!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 %>static/favicon.png" />
2021-12-18 18:08:42 +08:00
<link href="<%= BASE_URL %>custom.css" rel="stylesheet" type="text/css">
<script src="<%= BASE_URL %>custom.js" async defer></script>
<title><%= htmlWebpackPlugin.options.title %></title>
2018-10-25 21:51:47 +08: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>
2018-10-25 21:51:47 +08:00
</noscript>
<div id="app"></div>
2018-10-25 21:51:47 +08:00
</body>
</html>