27 lines
674 B
PHP
27 lines
674 B
PHP
<html>
|
|
<html>
|
|
<head>
|
|
<title>Helfer Stochercon Home</title>
|
|
<link rel="stylesheet" href="style_desktop.css" media="screen and (min-width:781px)"/>
|
|
<link rel="stylesheet" href="style_mobile.css" media="screen and (max-width:780px)"/>
|
|
|
|
<meta name="viewport" content="width=480" />
|
|
</head>
|
|
<body>
|
|
<table id="customers" >
|
|
<tr>
|
|
<th><b>Turnerheim</b></th>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="Bilder/Turnerheim.jpg" style="width:640px;height:480px;"></b></td>
|
|
</tr>
|
|
<tr>
|
|
<th><b>Tennishalle</b></th>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="Bilder/Tennishalle.jpg" style="width:640px;height:480px;"></b></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|