Skip to main content
Module

x/tag/index.html

A tiny functionally declarative reactive web programming kernel
Latest
File
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>HyperSystem</title> <link href="/styles/system.css" rel="stylesheet"> </head> <body> <script> if(window.top === self.self) { document.body.style = 'background: orange' } </script> <script type="module" src="/system/main.js"></script> </body></html>