UNPKG

524 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta http-equiv="X-UA-Compatible" content="ie=edge">
7 <title><%= html.title %></title>
8
9 <% if (pkg.description) { %>
10 <meta name="description" content="<%= pkg.description %>">
11 <% } %>
12
13</head>
14<body>
15 <noscript>
16 We're sorry but <%= html.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.
17 </noscript>
18 <div id="app"></div>
19</body>
20</html>