-
Notifications
You must be signed in to change notification settings - Fork 0
/
product_iphone.html.php
37 lines (36 loc) · 1.38 KB
/
product_iphone.html.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Iphone 5</title>
<?php include 'header.php' ?>
</head>
<body>
<?php include 'menu.php' ?>
<div class="container">
<div class="row-fluid">
<div class="span12"><h1>Iphone5</h1></div>
</div>
<div class="row-fluid">
<div class="span5">
<img class="img-rounded" src="img/iphone_5.jpg" />
</div>
<div class="span7" id="beschrijving">
<h2>beschrijving</h2>
<p>De iPhone 5 heeft een 4-inch scherm en een snellere Apple A6-processor.
De iPhone heeft LTE-antennes, waardoor hij gebruik kan maken van snellere mobiele 4G LTE-netwerken.
Onderop de iPhone 5 zit een kleinere Lightning dockconnector.
</p>
<br/><br/><br />
<p><a class="btn btn-large btn-success" href="winkelmandje.html.php" onclick="addProductToCart('iphone', 600, 1)">KOPEN !!!</a></p>
</div>
</div>
<div class="row-fluid">
<div class="span5"></div>
<div class="span7">
<h2>Introducing the Iphone 5</h2>
<!--<iframe width="560" height="315" src="http://www.youtube.com/embed/xNsGNlDb6xY" frameborder="0" allowfullscreen></iframe>-->
<iframe width="300" height="200" src="http://www.youtube.com/embed/xNsGNlDb6xY" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</body>
</html>