-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.php
18 lines (18 loc) · 921 Bytes
/
de.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<?php include './head.php'; ?>
<body>
<?php include './components/header-and-nav/header-and-nav-de.php'; ?>
<main class="main">
<?php include './components/store/store-de.php'; ?>
<?php include './components/clients/clients-de.php'; ?>
<?php include './components/license-terms/license-terms-de.php'; ?>
<?php include './components/services/services-de.php'; ?>
<?php include './components/freebeats/freebeats-de.php'; ?>
<?php include './components/contact/contact-de.php'; ?>
<?php include "./components/socials/socials.php"; ?>
<?php include './components/cookie-container/cookie-container-de.php'; ?>
</main>
<?php include './components/footer/footer-de.php'; ?>
</body>
</html>