diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php
deleted file mode 100644
index 3494f6e..0000000
--- a/resources/views/includes/footer.blade.php
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php
deleted file mode 100644
index d6d1280..0000000
--- a/resources/views/includes/head.blade.php
+++ /dev/null
@@ -1,21 +0,0 @@
-@php // Get colorscheme from cookie and apply immediately
- $colorscheme = request()->cookie('colorscheme', 'catppuccin-macchiato');
-@endphp
-
-
-
-
-
-
-
-
-
-
- {!! (intval(date('n')) == 12) ? '' : '' !!}
-
-
- @yield('title') - diskfloppy.me
-
-
-
-
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php
deleted file mode 100644
index fd80877..0000000
--- a/resources/views/includes/header.blade.php
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
diff --git a/resources/views/layouts/default-admin.blade.php b/resources/views/layouts/default-admin.blade.php
deleted file mode 100644
index 5a16524..0000000
--- a/resources/views/layouts/default-admin.blade.php
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- @include('includes.head')
-
-
-
-
-
-
-
-
-@yield('content')
-
-
-
-
-
-
diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php
deleted file mode 100644
index 0945b9c..0000000
--- a/resources/views/layouts/default.blade.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- @include('includes.head')
-
-
-
-
-
-
-@yield('content')
-
-
-
-
-
diff --git a/resources/views/layouts/minimal.blade.php b/resources/views/layouts/minimal.blade.php
deleted file mode 100644
index 5cef094..0000000
--- a/resources/views/layouts/minimal.blade.php
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- @yield('title')
-
-
-
-
-@yield('content')
-
-