init
This commit is contained in:
19
_/build/pages/[].js
Normal file
19
_/build/pages/[].js
Normal file
@@ -0,0 +1,19 @@
|
||||
css(`
|
||||
home- {
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: ${Colors.base};
|
||||
font-family: system-ui;
|
||||
}
|
||||
`)
|
||||
|
||||
class Home extends Page {
|
||||
render() {
|
||||
Header()
|
||||
}
|
||||
}
|
||||
registerPage(Home);
|
||||
Reference in New Issue
Block a user