-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-buttons.html
More file actions
27 lines (24 loc) · 839 Bytes
/
index-buttons.html
File metadata and controls
27 lines (24 loc) · 839 Bytes
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
<!doctype html>
<link href="menu-v1/menu.css" rel="stylesheet">
<section data-name="hydrate">
<button data-name="menu-toggler">Menu</button>
<button data-name=start>hello</button>
<button data-name=stop>world</button>
<label>
<input data-name="input"/>
</label>
<label data-name="value"></label>
<ul data-name="menu" class="menu menu-hidden" style="left: 0; top: 20px;">
</ul>
</section>
<script data-name="aleman" type="module" src="menu-v1/aleman/load.js" data-main="lib/main.js"></script>
<script type="importmap">
{
"imports": {
"putout": "https://esm.sh/@putout/bundle",
"@putout/processor-html": "https://esm.sh/@putout/processor-html",
"html-escaper": "https://esm.sh/html-escaper",
"once": "https://esm.sh/once"
}
}
</script>