diff options
author | Markku Okkonen <mokkonen@local> | 2023-11-10 15:06:45 +0200 |
---|---|---|
committer | Markku Okkonen <mokkonen@local> | 2023-11-10 15:06:45 +0200 |
commit | 8128427a1d667f62ce4888fe2921ca12b6823deb (patch) | |
tree | d24c9f58e3980bc49ca45fece0cceffe9baa3b5d /templates/info.html | |
parent | fcb6ffc64fa8cf3b57d5960fb75d10107b346e46 (diff) |
Database basics and initial workings of nick registeration
Diffstat (limited to 'templates/info.html')
-rw-r--r-- | templates/info.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/info.html b/templates/info.html index 73fbfe0..3f984a6 100644 --- a/templates/info.html +++ b/templates/info.html @@ -1 +1,2 @@ +<div id="alertbox">{{ alert }}</div> <h1>info</h1> |