mirror of
https://github.com/esiur/iui.git
synced 2025-06-27 17:33:12 +00:00
docs
This commit is contained in:
14
docs/md/getting-started/first.md
Normal file
14
docs/md/getting-started/first.md
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
```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>
|
||||
```
|
Reference in New Issue
Block a user