summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-14 21:16:48 -0700
committerEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-14 21:16:48 -0700
commit10a438f4b06cd5791332db6d8e641a20a9550c15 (patch)
tree7ea1ba1926b510f01159032526e31fac82a2ab5f
parent4a998d03ebca44414d093dfba789986c0307f9fd (diff)
add warning about unstable nature of website
-rw-r--r--src/templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index 27c1616..d5e3c34 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -27,6 +27,11 @@
git server.
</p>
+ <p>
+ be careful on this website, it's a little slippery at the moment!
+ <em>work in progress!</em>
+ </p>
+
<span id="profile-links" class="flex-row">
<a href="https://github.com/EmmmaTech">github</a>
|