index.html 1.09 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
20
21
    
    <div class="content">
        <h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen-->
    
    <!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
    
    <!-- TODO Blindtext anpassen: -->
    
    
GitLab's avatar
GitLab committed
22
    <p>
Janto Skowronek's avatar
Janto Skowronek committed
23
24
25
26
      
      Title: HFT M4_LAB Podcast Intro
      Author: Janto Skowronek
      Lizenz: Creative Commons BY-NC 4.0
GitLab's avatar
GitLab committed
27
    </p>
Janto Skowronek's avatar
Janto Skowronek committed
28
29
30
31
32
33
34
35
36
37
38
    <audio id="audio_with_controls" 
  controls
  src="hft_jingle.mp3" 
  type="audio/mp3" >
       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
       <a href="hft_jingle.mp3">diesem Link</a>
       abrufen.
</audio>

Wolfgang Knopki's avatar
Wolfgang Knopki committed
39
40
41
42
43
        </div>

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