diff --git a/TableturfBattleClient/index.html b/TableturfBattleClient/index.html
index bb16e4a..a932694 100644
--- a/TableturfBattleClient/index.html
+++ b/TableturfBattleClient/index.html
@@ -2,7 +2,7 @@
-
+
@@ -18,7 +18,7 @@
-
+
diff --git a/TableturfBattleClient/src/_header.ts b/TableturfBattleClient/src/_header.ts
index d109806..6c51dcb 100644
--- a/TableturfBattleClient/src/_header.ts
+++ b/TableturfBattleClient/src/_header.ts
@@ -1 +1 @@
-// This file was generated using TypeScript.
+// This file was generated using TypeScript. Source code is available at https://github.com/AndrioCelos/TableturfBattleApp
diff --git a/TableturfBattleClient/src/qrcode.d.ts b/TableturfBattleClient/src/qrcode.d.ts
index 1ef7bf0..e196bb9 100644
--- a/TableturfBattleClient/src/qrcode.d.ts
+++ b/TableturfBattleClient/src/qrcode.d.ts
@@ -10,7 +10,6 @@ declare class QRCode {
makeCode(sText: string) : void;
clear() : void;
-
}
declare namespace QRCode {