mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-19 22:36:49 +00:00
Rename webpage titles and only mention "Kawari"
Obviously this shouldn't advertise itself as the real game.
This commit is contained in:
parent
5f2617ef71
commit
3e3e36a05e
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Login</title>
|
||||
<title>Kawari - Login</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Register</title>
|
||||
<title>Kawari -Register</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>FFXIV</title>
|
||||
<title>Kawari</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Welcome to Final Fantasy XIV!</p>
|
||||
<p>Welcome to Kawari!</p>
|
||||
|
||||
<a href="/login">Login</a>
|
||||
<a href="/register">Signup</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue