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