This commit is contained in:
Pascal Engélibert 2023-07-13 11:36:31 +02:00
commit 4e8f84480d
48 changed files with 6355 additions and 1192 deletions

19
webui/index.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Webcomment</title>
<style type="text/css">
@media (prefers-color-scheme: dark) {
html, input, textarea {
background-color: black;
color: white;
}
a, a:visited {
color: #f80;
}
}
</style>
</head>
<body></body>
</html>