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:
parent
1a45113e0c
commit
577efb6b7a
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Auth</title>
|
<title>Tilde Friends Sign-in</title>
|
||||||
<script>
|
<script>
|
||||||
function showHideConfirm() {
|
function showHideConfirm() {
|
||||||
document.getElementById("confirmPassword").style.display = document.getElementById("register").checked ? "block" : "none";
|
document.getElementById("confirmPassword").style.display = document.getElementById("register").checked ? "block" : "none";
|
||||||
@ -13,7 +13,7 @@
|
|||||||
<!--HEAD-->
|
<!--HEAD-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Login</h1>
|
<h1 style="text-align: center">Tilde Friends Sign-in</h1>
|
||||||
<div id="content"><!--SESSION--></div>
|
<div id="content"><!--SESSION--></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user