a post-component library for building user-interfaces on the web.
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 <link rel="icon" type="image/svg+xml" href="data:" />
7 <title>dhtml calculator</title>
8 <script type="importmap">
9 {
10 "imports": {
11 "dhtml": "./node_modules/dhtml/index.js",
12 "dhtml/client": "./node_modules/dhtml/client.js"
13 }
14 }
15 </script>
16 <script type="module" src="main.js"></script>
17 </head>
18 <body></body>
19</html>