aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontend
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-04 01:53:24 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-04 01:53:24 +0200
commit292257d627bd1dfeafd772ac6457e2f54c2b73ba (patch)
treeb7962648b87ab709e8529075ce912950019adaee /src/frontend
parenteee4ee32dd667ed6efd31ddcf8f64217b7e16b60 (diff)
downloadfia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.tar.gz
fia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.tar.zst
fia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.zip
One step closer to the end
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/ts/login.ts12
-rw-r--r--src/frontend/tsconfig.json12
2 files changed, 0 insertions, 24 deletions
diff --git a/src/frontend/ts/login.ts b/src/frontend/ts/login.ts
deleted file mode 100644
index 6ff53cd..0000000
--- a/src/frontend/ts/login.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-let html = /* html */`
- <div class="container text-center fs-1" style="margin-top: 45vh;">
- <label for="username">Vad heter du?</label>
- <input type="text" name="username" required>
- <button type="button" class="btn btn-light btn-lg" onclick="login">Starta spelet</button>
- </div>
-`;
-document.body.innerHTML = html;
-
-function login() {
-
-} \ No newline at end of file
diff --git a/src/frontend/tsconfig.json b/src/frontend/tsconfig.json
deleted file mode 100644
index b0975f3..0000000
--- a/src/frontend/tsconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "lib": [
- "DOM"
- ],
- "outDir": "../../public/js"
- },
- "include": [
- "ts/**/*"
- ]
-} \ No newline at end of file