aboutsummaryrefslogtreecommitdiff
path: root/174bg/database/volumes/pocketbase
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-24 20:13:23 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-24 20:13:23 +0100
commit0d001f0094f2784033be52fa2a28102c271ffb1e (patch)
tree3226e54a4d14901649e4721d1cee2330d6730c40 /174bg/database/volumes/pocketbase
parent7dfd7b404cdcf0db8e44a8b357cd108e10a725e1 (diff)
downloadunnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.tar
unnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.tar.gz
unnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.tar.bz2
unnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.tar.xz
unnamed-group-0d001f0094f2784033be52fa2a28102c271ffb1e.zip
pretty :3
Diffstat (limited to '174bg/database/volumes/pocketbase')
-rw-r--r--174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html11
-rw-r--r--174bg/database/volumes/pocketbase/pb_hooks/views/stats.html12
2 files changed, 14 insertions, 9 deletions
diff --git a/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html b/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
index 4771057..54fc44c 100644
--- a/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
+++ b/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html
@@ -1,11 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>{{block "title" .}}Default app title{{end}}</title>
+ <style>
+ body {
+ margin: 0;
+ padding: 0;
+ }
+ </style>
</head>
<body>
- {{block "body" .}}
- Default app body...
- {{end}}
+ {{block "body" .}}{{end}}
</body>
</html> \ No newline at end of file
diff --git a/174bg/database/volumes/pocketbase/pb_hooks/views/stats.html b/174bg/database/volumes/pocketbase/pb_hooks/views/stats.html
index b61a1ba..8844336 100644
--- a/174bg/database/volumes/pocketbase/pb_hooks/views/stats.html
+++ b/174bg/database/volumes/pocketbase/pb_hooks/views/stats.html
@@ -1,9 +1,11 @@
-{{define "title"}}
- stats
-{{end}}
-
{{define "body"}}
- <p id="app"></p>
+ <style>
+ div#app {
+ font-family: monospace;
+ }
+ </style>
+
+ <div id="app"></div>
<script>
window.addEventListener("load", () => {