diff options
author | Jonas Kohl | 2024-09-07 11:49:03 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-07 11:49:03 +0200 |
commit | c3afd3aead53c8133fae2cd9bc62179f5873f769 (patch) | |
tree | 20a3957ec457f9c84fbdbd20a3eef5bd04cec614 /pages/start.php | |
parent | bc7c47abab428f503515dd371dc4d81719632bb1 (diff) |
Add video player
Diffstat (limited to 'pages/start.php')
-rw-r--r-- | pages/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/start.php b/pages/start.php index ce2f3cd..999d901 100644 --- a/pages/start.php +++ b/pages/start.php @@ -5,5 +5,6 @@ <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"; ?> |