a post-component library for building user-interfaces on the web.
at main 12 lines 316 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="data:" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>dhtml kanban</title> 8 </head> 9 <body> 10 <script type="module" src="/src/main.ts"></script> 11 </body> 12</html>