[enh] there should be a minimal auth

This commit is contained in:
alban 2020-05-16 18:20:04 +02:00
parent aae4e3df8d
commit db9c25363a
4 changed files with 84 additions and 17 deletions

20
public/css/site.css Normal file
View file

@ -0,0 +1,20 @@
/*
Created on : 16 mai 2020
Author : alban
*/
.log {
margin-bottom: 10px;
border-top: 1px solid #eee;
padding-top: 6px;
}
.log h4 {
white-space: pre;
font-family: monospace;
}
.log p {
color: #666;
}