2
0
mirror of https://github.com/esiur/iui.git synced 2025-05-06 14:52:58 +00:00
2021-10-30 12:31:25 +03:00

281 B

<html>
    <head>
        <link href="node_modules/css/iui.css" rel="stylesheet" />
        <script src="node_modules/src/iui.js" type="module"></script>
    </head>
    <body>
        <i-app>
            Current time: ${new Date()}
        </i-app>
    </body>
</html>