feat: Add basic frontend
This commit is contained in:
parent
b5bb18add6
commit
ca79aed027
14 changed files with 7620 additions and 15 deletions
7030
fegen/docs/index.html
Normal file
7030
fegen/docs/index.html
Normal file
File diff suppressed because one or more lines are too long
14
fegen/docs/static/css/style.css
vendored
Normal file
14
fegen/docs/static/css/style.css
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
footer {
|
||||
padding: 12px;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
/* || Sidenav */
|
||||
.sidenav {
|
||||
width: 250px;
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
overflow-x: hidden;
|
||||
padding: 6px 8px 6px 16px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue