UNPKG

525 BHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <meta charset="UTF-8">
6 <link rel="shortcut icon" href="//admin.65daigou.com/asset/ezbuy.ico" type="image/x-icon" />
7 <title> <%=title%> </title>
8 <% styles.forEach(function(href){ %>
9 <link href=/<%= href %> rel=stylesheet>
10 <% }) %>
11</head>
12
13<body>
14 <div id="container">
15 <!-- React render content -->
16 </div>
17 <script>
18 <%- manifestContent %>
19 </script>
20 <% scripts.forEach(function(src) { %>
21 <script type=text/javascript src=/<%= src %>></script>
22 <% }) %>
23</body>
24
25</html>