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.

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style2.css">
<title>Layout PuutJuwelen</title>
</head>
<body>
<div id="sitecontainer">
<div id="header"><div id="border"><img src="images/header.jpg"></div></div>
<div id="hrule"></div>
<div id="menu"><div id="button">Informatie</div><div id="button">Contact</div><div id="button">Links</div></div>
<div id="strip"><div id="border"><div id="prev"><img src="images/prev.gif"></div><div id="photorow"><img src="images/photorow.jpg"></div><div id="next"><img src="images/next.gif"></div></div></div>
<div id="hrule"></div>
<div id="text">Zilveren ring met gepolijste doorzichtige steen - Beschikbaar</div>
<div id="imagecontainer"><div id="imagesl"><div id="imagel"><div id="border"><img src="images/imagel.jpg"></div></div><div id="imagel"><div id="border"><img src="images/imagel.jpg"></div></div></div><div id="imager"><div id="border"><img src="images/imager.jpg"></div></div></div>
<div id="footer">PuutJuwelen - Copyright 2005 <div id="button">RealReality</div></div>
</div>
</body>
</html>
*
{
margin: 0px;
padding: 0px;
border: none 0px hidden;
}
#border
{
border: 4px solid #DCDACC;
background-color: #DCDACC;
}
body
{
margin: 0px;
padding: 0px;
background-image: url("../images/pattern.gif");
font-family: verdana;
font-size: 16px;
font-weight: bold;
}
#sitecontainer
{
width: 800px;
height: 675px;
position:absolute;
left:50%;
margin-left:-386px;
}
#header
{
background-color: #DCDACC;
padding: 10px;
background-image: url("../images/pattern2.gif");
width: 800px;
height: 128px;
}
#menu
{
width: 800px;
height: 21px;
background-color: #DCDACC;
}
#hrule
{
overflow: hidden;
width: 800px;
height: 10px;
}
#strip
{
overflow: hidden;
width: 800px;
height: 166px;
padding: 10px;
background-image: url("../images/pattern2.gif");
}
#prev, #next
{
display: inline;
width: 82px;
height: 136px;
}
#photorow
{
display: inline;
width: 584px;
height: 136px;
}
#text
{
border: 4px solid #DCDACC;
background-color: #DCDACC;
width: 800px;
}
#imagecontainer
{
width: 800px;
height: 396px;
background-image: url("../images/pattern2.gif");
}
#imagesl
{
display: inline;
width: 242px;
}
#imagel
{
padding: 10px;
}
#imager
{
display: inline;
padding: 10px;
width: 510px;
}
#footer
{
width: 800px;
height: 21px;
background-color: #DCDACC;
text-align: right;
}
#button
{
display: inline;
width: 100px;
padding-top: 2px;
padding-left: 10px;
padding-right: 5px;
}