index.html 604 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <meta http-equiv="x-ua-compatible" content="ie=edge" />
  5. <title>AlloyTeam TSLint 规则</title>
  6. <meta name="description" content="一套完整的 TSLint 规则,以及对每条规则的释义。" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <link rel="shortcut icon" type="image/png" href="./assets/alloy.png" />
  9. <link rel="stylesheet" href="./index.css" />
  10. </head>
  11. <body>
  12. <div id="app"></div>
  13. <script src="./index.tsx"></script>
  14. </body>
  15. </html>