[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
|
/.geany
|
||||||
/build/
|
/build/
|
||||||
/lib/piper/
|
/lib/piper/
|
||||||
|
/tools/deploy
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue