Radio seite Hinzugefügt
This commit is contained in:
4
tab/blanko.php
Normal file
4
tab/blanko.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="titel">
|
||||
<img src="inc/bg/1609858275128.png"></img>
|
||||
<h3>Blanko</h3>
|
||||
</div>
|
||||
@@ -1,4 +1,8 @@
|
||||
<h3 id="titel">Datenschutz Gesetzt</h3>
|
||||
<div class="titel">
|
||||
<img src="inc/bg/1609858275128.png"></img>
|
||||
<h3>Datenschutz</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="euber">
|
||||
|
||||
|
||||
4
tab/galerie.php
Normal file
4
tab/galerie.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="titel">
|
||||
<img src="inc/bg/1609858275128.png"></img>
|
||||
<h3>Galerie</h3>
|
||||
</div>
|
||||
14
tab/home.php
14
tab/home.php
@@ -79,18 +79,8 @@
|
||||
}, 1000);
|
||||
</script>
|
||||
|
||||
<div style="
|
||||
display:inline-block;
|
||||
font-weight:bold;
|
||||
color:darkred;
|
||||
margin-top:-3rem;
|
||||
padding: 0 1.5rem 0 1.5rem;
|
||||
text-decoration:underline;
|
||||
background-color:#fff;
|
||||
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e1e1e1);
|
||||
border: 2px solid #C21514;
|
||||
">
|
||||
<h2>Bis der Kalender Startet !!!</h2>
|
||||
|
||||
<h2 id="kstart">Bis der Kalender Startet !!!</h2>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
<h3 id="titel">Impressum</h3>
|
||||
<div class="titel">
|
||||
<img src="inc/bg/1609858275128.png"></img>
|
||||
<h3>Impressum</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="euber">
|
||||
|
||||
|
||||
@@ -1,8 +1,69 @@
|
||||
<h3 id="titel">Musik</h3>
|
||||
<div class="titel">
|
||||
<img src="inc/bg/1609858275128.png"></img>
|
||||
<h3>Radio</h3>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.select {
|
||||
font-size: 0.7rem;
|
||||
display: inline-block;
|
||||
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e1e1e1);
|
||||
border: 1px solid darkred;
|
||||
border-radius: 5px ;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.select select{
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
border: none;
|
||||
font-family: Times New Roman;
|
||||
background-color: transparent;
|
||||
font-size: 0.7rem ;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<br>
|
||||
|
||||
<audio preload controls>
|
||||
<source src="media/mp3/Computer Jockies - Golden Boy.mp3">
|
||||
<source src="media/mp3/Computer Jockies - Golden Boy.mp3">
|
||||
</audio>
|
||||
<div class="select">
|
||||
Playlist:
|
||||
<select required>
|
||||
<option>» Bitte Wählen «</option>
|
||||
<option value="37i9dQZF1DX1LCddwjCqDK">Weihnachtsklassiker</option>
|
||||
<option value="6awauReNKrJW9pNUMH7T60">Mellys Weihnachten</option>
|
||||
<option value="3xAw40ipYZWCBrqmmoFllU">Bibis Weihnachten</option>
|
||||
<option value="0t6HBJl0PwHtdy0i4FPCfm">Weihnachten Benjamin Blümchen</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<br></br>
|
||||
|
||||
<script>
|
||||
$("select").change(function () {
|
||||
var string = "https://open.spotify.com/embed/playlist/"+ $("select").val();
|
||||
$("iframe").attr('src',string);
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="radio">
|
||||
|
||||
<iframe width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="radio">
|
||||
|
||||
<iframe src="https://open.spotify.com/embed/playlist/37i9dQZF1DX1LCddwjCqDK" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
|
||||
|
||||
<iframe src="https://open.spotify.com/embed/playlist/6awauReNKrJW9pNUMH7T60" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
|
||||
|
||||
</div>
|
||||
|
||||
https://open.spotify.com/playlist/3xAw40ipYZWCBrqmmoFllU?si=WegOKie3QyCprbI90sxglQ
|
||||
|
||||
https://open.spotify.com/playlist/0t6HBJl0PwHtdy0i4FPCfm?si=ATbsbsqZTmGdJRjfyQo9hw
|
||||
|
||||
-->
|
||||
@@ -2,7 +2,7 @@
|
||||
<?php
|
||||
$nr = $_GET["nr"];
|
||||
|
||||
$tag = strtotime($nr." December 202ü");
|
||||
$tag = strtotime($nr." December 2020");
|
||||
if(time()<$tag) {
|
||||
$nr = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user