|
@@ -1,5 +1,6 @@
|
1
|
1
|
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
|
2
|
2
|
<head>
|
|
3
|
+ <!--#include virtual="head.html" -->
|
3
|
4
|
<meta charset="utf-8">
|
4
|
5
|
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
5
|
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
@@ -151,6 +152,7 @@
|
151
|
152
|
<!--#include virtual="static/settingsToolbarAdditionalContent.html" -->
|
152
|
153
|
</head>
|
153
|
154
|
<body>
|
|
155
|
+ <!--#include virtual="body.html" -->
|
154
|
156
|
<div id="react"></div>
|
155
|
157
|
</body>
|
156
|
158
|
</html>
|