|
@@ -6,18 +6,6 @@
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
- <style type="text/css">
|
|
|
- .footer_copy {
|
|
|
- padding: 10px 0;
|
|
|
- text-align: center;
|
|
|
- color: #999;
|
|
|
- }
|
|
|
-
|
|
|
- .footer_copy a {
|
|
|
- margin-right: 5px;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- </style>
|
|
|
<script type="text/javascript">
|
|
|
var userAgent = navigator.userAgent;
|
|
|
if (/micromessenger/i.test(userAgent)) {
|
|
@@ -38,11 +26,5 @@
|
|
|
</noscript>
|
|
|
<div id="app"></div>
|
|
|
<!-- built files will be auto injected -->
|
|
|
- <div class="footer_copy">
|
|
|
- <a href="https://beian.miit.gov.cn" target="_blank">
|
|
|
- 蜀ICP备18008991号-3
|
|
|
- </a>
|
|
|
- 版权所有:3Dqueen
|
|
|
- </div>
|
|
|
</body>
|
|
|
</html>
|