Volg de onderstaande video om te zien hoe je onze site als web-app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<img src="
<?php
$randGetal = rand(1,2);
if($randGetal==1)
echo 'img/banner1.jpg';
else
echo 'img/banner2.jpg';
?>
" alt="banner" />
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Index</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="container">
<div id="header">
<?php
include("header.php")
?>
</div>
<div id="menu">
<?php
include_once("menu.php")
?></div>
<div id="content">Content tekst</div>
</div>
</body>
</html>
!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<img src="
<?php
$randGetal = rand(1,2);
if($randGetal==1)
echo '/image/logo.png';
else
echo '/image/logo3.png';
?>
" alt="banner" />
</body>
</html>

<img src="
<?php
$randGetal = rand(1,2);
if($randGetal==1)
echo '/image/logo.png';
else
echo '/image/logo3.png';
?>
" alt="banner" />


!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<img src="
<?php
$randGetal = rand(1,2);
if($randGetal==1)
echo '/image/logo.png';
else
echo '/image/logo3.png';
?>
" alt="banner" />
</body>
</html>

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<img src="
<?php
$randGetal = rand(1,2);
if($randGetal==1)
echo '/image/logo.png';
else
echo '/image/logo3.png';
?>
" alt="banner" />
</body>
</html>
