mirror of
https://github.com/esiur/iui.git
synced 2025-05-06 14:52:58 +00:00
13 lines
281 B
Markdown
13 lines
281 B
Markdown
```html
|
|
<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>
|
|
``` |