temp
This commit is contained in:
2
src/main.ts
Normal file
2
src/main.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
document.body.innerHTML = 'Hello World'
|
||||
8
src/style.css
Normal file
8
src/style.css
Normal file
@@ -0,0 +1,8 @@
|
||||
html, body {
|
||||
width: 100%;
|
||||
|
||||
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user