智慧大脑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
577 B

  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. <title>数据上传推送</title>
  7. <link href="~/Static/Css/favicon.ico" rel="icon" type="image/x-icon">
  8. <link href="~/Static/Css/element-ui.css" rel="stylesheet" />
  9. <script src="~/Static/Script/vue.js"></script>
  10. <script src="~/Static/Script/axios.js"></script>
  11. <script src="~/Static/Script/element-ui.js"></script>
  12. <style>
  13. * { margin: 0px; }
  14. </style>
  15. </head>
  16. <body>
  17. @RenderBody()
  18. </body>
  19. </html>