mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Material
This commit is contained in:
@@ -1,31 +1,18 @@
|
||||
<!--
|
||||
|
||||
Zöff
|
||||
Project is on github: https://github.com/nixolas1/Zoff
|
||||
Made by: Nicolas Almagro Tonne and Kasper Rynning-Tønnesen
|
||||
-->
|
||||
|
||||
-->
|
||||
<?php
|
||||
$bg = array('bg3.jpg', 'bg4.jpg'); // array of filenames
|
||||
|
||||
$i = rand(0, count($bg)-1); // generate random number size of the array
|
||||
$selectedBg = "$bg[$i]"; // set variable equal to which random filename was chosen
|
||||
?>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.bgimage{
|
||||
background: url(./static/<?php echo $selectedBg; ?>) no-repeat;
|
||||
opacity:0;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<title>Zöff</title>
|
||||
<meta name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen">
|
||||
<meta name="description" content="The shared YouTube radio.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta property="og:image" content="static/favicon.png" />
|
||||
<meta property="og:title" content="Zöff">
|
||||
<meta property="og:description" content="The shared YouTube radio.">
|
||||
<meta property="og:type" content="website">
|
||||
<link rel="stylesheet" type="text/css" href="static/style.css" title="Default" />
|
||||
<link rel="icon" type="image/png" href="static/favicon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="static/controlstyle.css" />
|
||||
<link type="text/css" rel="stylesheet" href="static/css/materialize.css" media="screen,projection"/>
|
||||
<link rel="stylesheet" type="text/css" href="static/css/style.css" title="Default" />
|
||||
<link rel="icon" type="image/png" href="static/images/favicon.png"/>
|
||||
Reference in New Issue
Block a user