Adjust some old text on the login page.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4079 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2022-12-28 17:05:56 +00:00
parent 1a45113e0c
commit 577efb6b7a

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Auth</title>
<title>Tilde Friends Sign-in</title>
<script>
function showHideConfirm() {
document.getElementById("confirmPassword").style.display = document.getElementById("register").checked ? "block" : "none";
@ -13,7 +13,7 @@
<!--HEAD-->
</head>
<body>
<h1>Login</h1>
<h1 style="text-align: center">Tilde Friends Sign-in</h1>
<div id="content"><!--SESSION--></div>
</body>
</html>