Skip to content

Commit 278b2ef

Browse files
committed
work of a 3 year old
1 parent 81cc778 commit 278b2ef

5 files changed

Lines changed: 1070 additions & 74 deletions

File tree

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@
77
<title>Vite + TS</title>
88
</head>
99
<body>
10-
<div id="app"></div>
10+
11+
12+
<form>
13+
<textarea>
14+
What is populated with it
15+
</textarea>
16+
<input type="submit" />
17+
</form>
18+
19+
<ol>
20+
<li>One</li>
21+
</ol>
22+
1123
<script type="module" src="/src/main.ts"></script>
1224
</body>
1325
</html>

0 commit comments

Comments
 (0)