-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
23 lines (20 loc) · 845 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<title>Eslint Report</title>
<meta charset="UTF-8" />
<base target="_blank" />
<link rel="icon" href="https://eslint.org/favicon.ico" />
<script src="https://unpkg.com/[email protected]/umd/react.production.min.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/[email protected]/lodash.min.js"></script>
<script src="https://unpkg.com/[email protected]/dayjs.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/antd.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/pako_inflate.min.js"></script>
</head>
<body>
<div id="app"></div>
<script src="docs/EslintResults.js"></script>
<script type="module" src="./lib/index.jsx"></script>
</body>
</html>