diff --git a/.dockerignore b/.dockerignore
deleted file mode 100644
index c8ba1e8..0000000
--- a/.dockerignore
+++ /dev/null
@@ -1,5 +0,0 @@
-.*
-target
-Dockerfile
-db
-build.sh
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index d8fa13a..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,3 +0,0 @@
-FROM mattrayner/lamp:latest-1804
-COPY . app/
-CMD ["/run.sh"]
diff --git a/README.md b/README.md
index 7e31230..dff22d4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1 @@
# Fizika weboldal
-
-## Deploy
-
-```sh
-firebase deploy --only hosting
-```
diff --git a/desktop.ini b/desktop.ini
deleted file mode 100644
index bf3fae0..0000000
--- a/desktop.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[.ShellClassInfo]
-IconResource=D:\Projects\fizika\favicons\favicon.ico,0
-[ViewState]
-Mode=
-Vid=
-FolderType=Generic
diff --git a/docker-compose.yml b/docker-compose.yml
deleted file mode 100644
index ba4e3e1..0000000
--- a/docker-compose.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-version: "3.8"
-
-services:
- fizika:
- init: true
- image: schmelczera/fizika
- networks:
- - network
- deploy:
- replicas: 1
- resources:
- limits:
- cpus: "0.8"
- memory: 512M
- reservations:
- cpus: "0.2"
- memory: 256M
- placement:
- max_replicas_per_node: 1
- update_config:
- parallelism: 1
- failure_action: rollback
- delay: 10s
- monitor: 10s
- restart_policy:
- condition: on-failure
- window: 30s
- volumes:
- - /shared/fizika:/var/lib/mysql
-
-networks:
- network:
diff --git a/favicons/browserconfig.xml b/favicons/browserconfig.xml
deleted file mode 100644
index 3b1438f..0000000
--- a/favicons/browserconfig.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
- #003366
-
-
-
diff --git a/favicons/mstile-150x150.png b/favicons/mstile-150x150.png
deleted file mode 100644
index 88d9e38..0000000
Binary files a/favicons/mstile-150x150.png and /dev/null differ
diff --git a/favicons/mstile-310x150.png b/favicons/mstile-310x150.png
deleted file mode 100644
index 812dc7c..0000000
Binary files a/favicons/mstile-310x150.png and /dev/null differ
diff --git a/favicons/mstile-310x310.png b/favicons/mstile-310x310.png
deleted file mode 100644
index 277131e..0000000
Binary files a/favicons/mstile-310x310.png and /dev/null differ
diff --git a/favicons/mstile-70x70.png b/favicons/mstile-70x70.png
deleted file mode 100644
index f024893..0000000
Binary files a/favicons/mstile-70x70.png and /dev/null differ
diff --git a/index.html b/index.html
index ac04fdd..3e189d8 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,6 @@
/>
-
@@ -60,7 +59,7 @@