Skip to content

Commit 7ebe914

Browse files
committed
.
1 parent 1d58e0b commit 7ebe914

File tree

7 files changed

+28
-100
lines changed

7 files changed

+28
-100
lines changed

docs/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<site-menu></site-menu> test
10+
11+
<!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other -->
12+
<!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other -->
13+
<!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other -->
14+
<!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other -->
15+
<!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other -->
16+
</body>
17+
<script src="./js/components.js"></script>
18+
<script src="./js/index.js"></script>
19+
</html>

docs/js/components.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class SiteMenu extends HTMLElement {
2+
connectedCallback() {
3+
this.innerHTML = `
4+
rstygjng
5+
`;
6+
}
7+
}
8+
9+
customElements.define("site-menu", SiteMenu);

docs/website/html/downloads/index.html

Whitespace-only changes.

docs/website/html/index.html

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/website/js/components.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)