added debug page

This commit is contained in:
krippix 2023-06-17 20:32:06 +02:00
parent e107b26f5d
commit 505ab758c4

View file

@ -22,6 +22,10 @@ h1 {
display: flex;
flex-direction: column;
}
#console {
overflow-y: scroll;
max-height: 300px;
}
#note-render {
display: inline-block;
margin: 0 auto;