Skip to content

Instantly share code, notes, and snippets.

@radiowolke7
radiowolke7 / lautplayer.php
Created February 28, 2018 17:56
Responsiver LautFM Player mit Bootstrap
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Beginn Konfiguration Variable -->
<?php
$hintergrundfarbe = "brown";
$textfarbe = "white";
$sender = "wolke7";
?>