| 12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <title>GMC</title>
- <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 %>favicon.ico">
- <meta name="keywords" content="GMC" />
- <meta name="author" content="GMC" />
- <meta name="descriptiion" content="GMC" />
- </head>
- <body>
- <div style="display: none">
- <h1>GMC</h1>
- <p>GMC</p>
- </div>
- <noscript>
- <strong>GMC</strong>
- </noscript>
- <div id="app"></div>
- <script src="https://map.qq.com/api/gljs?v=1.exp&key=Q24BZ-H6CC5-ALIIY-QRPUR-7RVW2-XSFYC"></script>
- </body>
- </html>
|