[mod] index
This commit is contained in:
parent
ae2e6a2142
commit
b571c54195
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/.geany
|
||||
/build/
|
||||
/lib/piper/
|
||||
/tools/deploy
|
||||
|
|
|
@ -120,7 +120,7 @@ function render_edit(?int $id) : string
|
|||
<html>
|
||||
<head>
|
||||
<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"/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue