diff --git a/account/index.html b/account/index.html
deleted file mode 100644
index 5d50e6e..0000000
--- a/account/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{define "body"}}
-
-
Username: {{.Account.Username}}
-
First name: {{.Account.Firstname}}
-
Last name: {{.Account.Lastname}}
-
Color: {{.Account.Color}}
-
-{{end}}
diff --git a/base.html b/base.html
deleted file mode 100644
index 50af8a3..0000000
--- a/base.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Alfheim
-
-
-
-
-
-
-
-
-
-
-
-
- {{template "body" .}}
-
-
-
-
-
diff --git a/index.html b/index.html
deleted file mode 100644
index 7d6e6f5..0000000
--- a/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{{define "body"}}
-This is a great game coming soon.
-{{end}}
diff --git a/login/index.html b/login/index.html
deleted file mode 100644
index 8d3c3fe..0000000
--- a/login/index.html
+++ /dev/null
@@ -1,35 +0,0 @@
-{{define "body"}}
-
-{{end}}
diff --git a/logout/index.html b/logout/index.html
deleted file mode 100644
index 690d0bc..0000000
--- a/logout/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{define "body"}}
-
-{{end}}
diff --git a/models/models.go b/models.go
similarity index 97%
rename from models/models.go
rename to models.go
index 8cc9f14..117f8df 100644
--- a/models/models.go
+++ b/models.go
@@ -1,4 +1,8 @@
-package models
+//
+// Created by vfs on 02.05.2024.
+//
+
+package main
import "errors"
import "time"
diff --git a/register/index.html b/register/index.html
deleted file mode 100644
index 089e96d..0000000
--- a/register/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
-{{define "body"}}
-
-{{end}}