1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-20 06:37:45 +00:00

Rename webpage titles and only mention "Kawari"

Obviously this shouldn't advertise itself as the real game.
This commit is contained in:
Joshua Goins 2024-06-29 14:14:51 -04:00
parent 5f2617ef71
commit 3e3e36a05e
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Login</title> <title>Kawari - Login</title>
</head> </head>
<body> <body>

View file

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Register</title> <title>Kawari -Register</title>
</head> </head>
<body> <body>

View file

@ -2,11 +2,11 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>FFXIV</title> <title>Kawari</title>
</head> </head>
<body> <body>
<p>Welcome to Final Fantasy XIV!</p> <p>Welcome to Kawari!</p>
<a href="/login">Login</a> <a href="/login">Login</a>
<a href="/register">Signup</a> <a href="/register">Signup</a>