[mod] index

This commit is contained in:
roydfalk 2025-05-22 06:46:44 +00:00
parent ae2e6a2142
commit b571c54195
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/.geany /.geany
/build/ /build/
/lib/piper/ /lib/piper/
/tools/deploy

View file

@ -120,7 +120,7 @@ function render_edit(?int $id) : string
<html> <html>
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="/style.css"/> <link rel="stylesheet" type="text/css" href="style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
</head> </head>
<body> <body>