diff --git a/public/internal/comments.php b/public/internal/comments.php
deleted file mode 100644
index f0bcea79de3d8f168da4394eb0327999c144237b..0000000000000000000000000000000000000000
--- a/public/internal/comments.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-function getComments($article){
-    echo(<<<EOF
-    <script src='https://www.hCaptcha.com/1/api.js' async defer></script>
-    <h2>Kommentare:</h2>
-    <jl-comments_display></jl-comments_display>
-    <jl-new_comment id="newComment"></jl-new_comment>
-EOF);
-}
\ No newline at end of file
diff --git a/public/internal/footer.php b/public/internal/footer.php
deleted file mode 100644
index 9b4d269ad1c553ed142054ed97d9b4dd2ac4a010..0000000000000000000000000000000000000000
--- a/public/internal/footer.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<h2>Kommentare:</h2>
-<jl-comments_display></jl-comments_display>
-<jl-new_comment id="newComment"></jl-new_comment>
-</div>
-<jl-footer></jl-footer>
-
-<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
-<script src="/js/script.js"></script>
\ No newline at end of file
diff --git a/public/internal/header.php b/public/internal/header.php
deleted file mode 100644
index 6f0f836a58019b2fb72a26fe755e1c42b675ed1d..0000000000000000000000000000000000000000
--- a/public/internal/header.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html >
-<html lang = "de" >
-<head >
-    <meta charset = "UTF-8" >
-    <meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
-    <title></title>
-    <link href = "/css/style.css" rel = "stylesheet" >
-</head >
-<body >
-<jl-header data-title="$pagetitle"></jl-header>
-<div id = "content" >
\ No newline at end of file