diff --git a/create-dreamland-app/templates/basic/default/index.css b/create-dreamland-app/templates/basic/default/index.css new file mode 100644 index 0000000..b50e9f3 --- /dev/null +++ b/create-dreamland-app/templates/basic/default/index.css @@ -0,0 +1,11 @@ +/* This is to modify anything outside of components */ +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} + +body { + width: 100%; + height: 100vh; +} diff --git a/create-dreamland-app/templates/basic/default/index.html b/create-dreamland-app/templates/basic/default/index.html index ac8edfa..738967c 100644 --- a/create-dreamland-app/templates/basic/default/index.html +++ b/create-dreamland-app/templates/basic/default/index.html @@ -3,9 +3,11 @@
-${use(this.counter)}
-Edit src/index.jsx to modfiy this page
+Edit src/index.jsx to modfiy this page
+Edit src/routes/home.jsx to modfiy this page