summaryrefslogtreecommitdiff
path: root/header.php
diff options
context:
space:
mode:
authorCflip <36554078+cflip@users.noreply.github.com>2021-01-23 11:24:05 -0700
committerCflip <36554078+cflip@users.noreply.github.com>2021-01-23 11:24:05 -0700
commit19a3704acbf9801c0b1491a84828496ef46bc840 (patch)
treeaff00dc7753eb9dff38d4e556f633fd17e0dff79 /header.php
parent6a2867481359b185b32955be4de5c3bee4cdc269 (diff)
Form cleanup and better password hashing
Diffstat (limited to 'header.php')
-rw-r--r--header.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/header.php b/header.php
index 935f063..9d57fba 100644
--- a/header.php
+++ b/header.php
@@ -5,13 +5,13 @@ session_start();
<!DOCTYPE html>
<html>
<head>
- <title>cflip.net forum Beta</title>
+ <title>cflip.net forum</title>
<link rel="stylesheet" href="styles/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="wrapper">
- <h1 id="title">cflip.net forum</h1>
+ <h1 id="title">cflip.net forum<sub style="font-size: small;">beta</sub></h1>
<nav>
<a href="index.php">Home</a>
<a href="create_topic.php">Create a topic</a>