summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-07-25 09:14:32 +0200
committerjak1 <mike.wollmann@gmail.com>2021-07-25 09:14:32 +0200
commitc9bdbee1b58b8530b6508ea705d5b9fd9a17f627 (patch)
tree142948a58ba00f8a35634b9299feafefce152f79
parent5d3bd05c028f9742c93469964e9a99d7c29c0153 (diff)
downloadthepixelworld-c9bdbee1b58b8530b6508ea705d5b9fd9a17f627.tar.gz
thepixelworld-c9bdbee1b58b8530b6508ea705d5b9fd9a17f627.tar.bz2
thepixelworld-c9bdbee1b58b8530b6508ea705d5b9fd9a17f627.tar.xz
thepixelworld-c9bdbee1b58b8530b6508ea705d5b9fd9a17f627.zip
added page Title (may change that to a const later)
-rw-r--r--client/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index fcd82b7..c77e929 100644
--- a/client/index.html
+++ b/client/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en_US">
<meta charset="UTF-8">
-
+ <title>ThePixelWorld</title>
<!-- Login -->
<div id="signDiv" style='text-align:center;'>
Username: <input id="signDiv-username" type="text"></input><br>