summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorcurly <curly@infernal.garden>2024-07-15 17:37:39 -0600
committercurly <curly@infernal.garden>2024-07-15 17:37:39 -0600
commitf495c613241f95ee4bf10a54b3dc8d4ffb960b4b (patch)
tree8bd465cebb9a67353220188d76213997be68ffab /src/index.html
parent30b53f64f3bba30d259f04dcb6669a56203f94c6 (diff)
downloadpoko_web-f495c613241f95ee4bf10a54b3dc8d4ffb960b4b.tar.gz
poko_web-f495c613241f95ee4bf10a54b3dc8d4ffb960b4b.tar.bz2
poko_web-f495c613241f95ee4bf10a54b3dc8d4ffb960b4b.zip
transfers
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 48f5123..330c493 100644
--- a/src/index.html
+++ b/src/index.html
@@ -4,7 +4,7 @@
<link rel="stylesheet" href="main.css">
<script src="main.js" defer></script>
</head>
- <body onload="has_session()">
+ <body>
<header>
<a href="/">
<center class="button navbutton">HOME</center>
@@ -22,6 +22,11 @@
</center>
<hr>
<div id="content">
+ <div class="halfbox">
+ <p>
+ Welcome to POKO! Just a little server and web interface to exchange POKO tokens.
+ </p>
+ </div>
</div>
</div>
<footer>