-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
32 lines (26 loc) · 1 KB
/
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
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>Git Explorer</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/vendor/diff2html/dist/diff2html.min.css">
</head>
<body>
<app-root></app-root>
<script defer src="/vendor/es-module-shims/dist/es-module-shims.js"></script>
<script type="importmap-shim">
{
"imports": {
"lit-element": "./vendor/lit-element/lit-element.js",
"lit-html": "./vendor/lit-html/lit-html.js",
"lit-html/lit-html.js": "./vendor/lit-html/lit-html.js",
"lit-html/lib/shady-render.js": "./vendor/lit-html/lib/shady-render.js",
"lit-html/directives/unsafe-html.js": "./vendor/lit-html/directives/unsafe-html.js"
}
}
</script>
<script src="/vendor/diff2html/dist/diff2html.min.js"></script>
<script async type="module-shim" src="/app.js"></script>
</body>
</html>