index.html 1.1 KB
Newer Older
GitLab's avatar
GitLab committed
1
2
3
4
5
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="generator" content="GitLab Pages">
Wolfgang Knopki's avatar
Wolfgang Knopki committed
6
    <title>Home</title>
GitLab's avatar
GitLab committed
7
8
9
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
Wolfgang Knopki's avatar
Wolfgang Knopki committed
10
11
    <div id="topbar">
        <div id="menu" class="navbar"></div>
GitLab's avatar
GitLab committed
12
    </div>
Wolfgang Knopki's avatar
Wolfgang Knopki committed
13
14
15
16
17
18
19
    
    <div class="content">
        <h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen-->
    
    <!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
    
    <!-- TODO Blindtext anpassen: -->
Janto Skowronek's avatar
Janto Skowronek committed
20
        
GitLab's avatar
GitLab committed
21
    <p>
Janto Skowronek's avatar
Janto Skowronek committed
22
23
24
      Title: HFT M4_LAB Podcast Intro <br>
      Author: Janto Skowronek <br>
      Lizenz: Creative Commons BY-NC 4.0 <br>
GitLab's avatar
GitLab committed
25
    </p>
Janto Skowronek's avatar
Janto Skowronek committed
26
    <audio id="audio_with_controls" controls src="hft_jingle_01.mp3" type="audio/mp3">
Janto Skowronek's avatar
Janto Skowronek committed
27
28
29
       Ihr Browser kann dieses Tondokument nicht wiedergeben.<br>
       Es enthält einen Jingle, den wir für das M4-LAB-Projekt erstellt haben. 
       Sie können es unter
Janto Skowronek's avatar
Janto Skowronek committed
30
       <a href="hft_jingle_01.mp3">diesem Link</a>
Janto Skowronek's avatar
Janto Skowronek committed
31
       abrufen.
Janto Skowronek's avatar
Janto Skowronek committed
32
    </audio>
Janto Skowronek's avatar
Janto Skowronek committed
33

Wolfgang Knopki's avatar
Wolfgang Knopki committed
34
35
36
37
38
        </div>

        
  <!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->  
  <script src="settings.js"> </script>
GitLab's avatar
GitLab committed
39
40
41
  </body>
</html>