This commit is contained in:
2025-10-12 18:01:47 +08:00
commit 7d9e1e3423
7 changed files with 60 additions and 0 deletions

2
src/main.ts Normal file
View File

@@ -0,0 +1,2 @@
document.body.innerHTML = 'Hello World'

8
src/style.css Normal file
View File

@@ -0,0 +1,8 @@
html, body {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
}