-
Notifications
You must be signed in to change notification settings - Fork 0
/
apotheek-detail.html
39 lines (39 loc) · 1.03 KB
/
apotheek-detail.html
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
38
39
<!DOCTYPE html>
<html>
<head>
<title>Dokter in Gent</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" />
<script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script>
</head>
<body>
<div id="app">
<div data-role="page" id="detail">
<div data-role="header" role="banner">
<h1>Apotheek</h1>
</div><!-- /header -->
<div data-role="content">
<p>
Apotheek De Ridder<br />
Gaston Crommenlaan 118<br />
9000 Gent
</p>
<table border="0" cellspacing="0" cellpadding="0" class="digDatagrid">
<tr>
<th>Maandag-vrijdag</th>
<td>9u-18u</td>
</tr>
<tr>
<th>Zaterdag</th>
<td>9u-18u</td>
</tr>
<tr>
<th>Zondag</th>
<td>gesloten</td>
</tr>
</table>
<a href="tel:00000" data-role="button">Bel deze apotheek</a>
<a href="http://maps.google.com" data-role="button">Route (318m)</a>
</div><!-- /content -->
</div>
</div>