aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/alertbox.php
diff options
context:
space:
mode:
authorwinter2024-12-23 19:48:28 +0000
committerwinter2024-12-23 19:48:28 +0000
commit505d25e29f1c13403bfbfe7cd9d1ab125be87a4b (patch)
tree1f2e914b3aacd57defb84acf78a871ad1f896927 /templates/alertbox.php
parentbccad1118364427ea5c97c08d132fd128368760b (diff)
make the timelines look nicer and add local tl
Diffstat (limited to 'templates/alertbox.php')
-rw-r--r--templates/alertbox.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/alertbox.php b/templates/alertbox.php
new file mode 100644
index 0000000..5d1f607
--- /dev/null
+++ b/templates/alertbox.php
@@ -0,0 +1,3 @@
+<div class="alertbox <?= $variety ?>">
+ <p><?= $message ?></p>
+</div> \ No newline at end of file