diff options
author | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-27 23:42:56 -0700 |
---|---|---|
committer | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-27 23:42:56 -0700 |
commit | 9a7f1194273e4d3cf540ae7b26cfc831d44e0598 (patch) | |
tree | 37a7819a9331e496571050a5b98e73046343275f /header.php | |
parent | 7ebd3e341eca0eb01c1a93e6f3f2007218c0d8cc (diff) |
Minor improvements
Diffstat (limited to 'header.php')
-rw-r--r-- | header.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ session_start(); </head> <body> <div id="wrapper"> - <h1 id="title">cflip.net forum<sub style="font-size: small;">beta</sub></h1> + <h1 id="title">cflip.net forum<sup style="font-size: small;">beta</sup></h1> <nav> <a class="nav_button" href="index.php">Home</a> <a class="nav_button" href="create_thread.php">Create a thread</a> |