您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

35 行
1.3KB

  1. <!--
  2. =========================================================
  3. * Paper Kit 2 Angular - v1.3.0
  4. =========================================================
  5. * Product Page: https://www.creative-tim.com/product/paper-kit-2-angular
  6. * Copyright 2017 Creative Tim (https://www.creative-tim.com)
  7. * Licensed under MIT (https://github.com/timcreative/paper-kit/blob/master/LICENSE.md)
  8. =========================================================
  9. * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  10. -->
  11. <!doctype html>
  12. <html lang="en">
  13. <head>
  14. <meta charset="utf-8">
  15. <title>ZIERMACH³</title>
  16. <base href="/">
  17. <link rel="icon" type="image/png" href="assets/img/favicon.ico">
  18. <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
  19. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  20. <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  21. <meta name="viewport" content="width=device-width" />
  22. <!-- Fonts and icons -->
  23. <link href='https://fonts.googleapis.com/css?family=Montserrat:400,300,700' rel='stylesheet' type='text/css'>
  24. </head>
  25. <body>
  26. <app-root></app-root>
  27. </body>
  28. </html>