diff options
author | Jonas Kohl | 2024-09-07 15:54:57 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-07 15:54:57 +0200 |
commit | 59b1d143a39e3527e5fd2f1100fc79803c769072 (patch) | |
tree | 3c799854435116dc2e35e51823d4cca41335455b /pages | |
parent | f8a4c5f392138271cf4d0eebf777b38c35235572 (diff) |
Remove video
Diffstat (limited to 'pages')
-rw-r--r-- | pages/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/start.php b/pages/start.php index 999d901..ce2f3cd 100644 --- a/pages/start.php +++ b/pages/start.php @@ -5,6 +5,5 @@ <h1 align="center">Herzlich willkommen bei der <i>Mystic House Corner</i>!</h1> <?php c_alert('<b>Achtung:</b> Diese Seite befindet sich noch im Aufbau!', 'warning', 'warning-sign'); ?> -<?php c_video("intro"); ?> <?php include __DIR__ . "/../includes/template_end.php"; ?> |