diff --git a/app/assets/stylesheets/front/page.css.scss b/app/assets/stylesheets/front/page.css.scss
deleted file mode 100755
index 62cca345..00000000
--- a/app/assets/stylesheets/front/page.css.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
-@import 'mixins';
-
-
-body { padding: 0; }
-
-@media screen and (max-width: 700px) {
- .overview { padding: 10px; }
- .overview-col {
- width: 100%;
- display: block;
- padding: 0;
- margin-bottom: 10px;
- }
- .overview-col:last-of-type { margin: 0; }
-}
-
diff --git a/app/views/front/index.html.erb b/app/views/front/index.html.erb
deleted file mode 100755
index 51bbd547..00000000
--- a/app/views/front/index.html.erb
+++ /dev/null
@@ -1,22 +0,0 @@
-<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
-
-
-
-<% content_for :head do %>
-
-<% end %>
-
-<% content_for :stylesheets do %>
- <%= stylesheet_link_tag 'front/page' %>
-<% end %>
-
-<% content_for :javascripts do %>
- <%= IncludeAsset.js('/client/js/front/page.js') %>
-<% end %>
-
-
-
- <%= render 'layouts/top_nav' %>
-
-
-
diff --git a/client/js/front/page.js b/client/js/front/page.js
deleted file mode 100644
index 505c51bf..00000000
--- a/client/js/front/page.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// License: LGPL-3.0-or-later
-require('../common/onboard')
\ No newline at end of file