Initial commit of adonisjs boilerplate

This commit is contained in:
Mike Conrad
2025-05-16 20:31:14 -04:00
commit a34b0899ce
44 changed files with 11056 additions and 0 deletions

10
inertia/css/app.css Normal file
View File

@ -0,0 +1,10 @@
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
width: 100%;
}