Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 51 additions & 51 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,55 @@
<title>Sportfinde</title>
</head>
<body>
<header>
<a href="index.html">
<h1><b>Sportfinder</b></h1>
</a>
</header>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d77678.60035260972!2d13.396266728309998!3d52.5251786286474!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sde!4v1444734196113" height="600" frameborder="0" style="border:0" allowfullscreen></iframe>
<article>
<h1>
Sportvereine
</h1>
<table>
<tr>
<td><img src="../MMe/pics/JcB.png"> </td>
<td class="tabletext">Judoclub Berlin</td>
<td class="tabletext">12345 Chalottenburg</td>
<td class="tabletext">[email protected]</td>
<td class="tabletext">0301234567</td>
<td><button class="pure-button button-secondary">Delete</button>
<a href="html/addclub.html">
<input type="button" value="New" class="pure-button button-secondary " />
</a>
</td>
<tr>
<td><img src="../MMe/pics/KW.png"> </td>
<td class="tabletext">Karate Wedding</td>
<td class="tabletext">13456 Wedding</td>
<td class="tabletext">[email protected]</td>
<td class="tabletext">0301234567</td>
<td><button class="pure-button button-secondary">Delete</button>
<a href="html/addclub.html">
<input type="button" value="New" class="pure-button button-secondary " />
</a>
</td>
</tr>
</table>
<br />
<a href="html/addclub.html">
<input type="button" value="New" class="pure-button button-secondary bigger-button" />
</a>
<a href="html/find.html">
<input type="button" value="Find" class="pure-button button-secondary bigger-button" />
</a>
<a href="html/show-all.html">
<input type="button" value="Show all" class="pure-button button-secondary bigger-button" />
</a>
<br />
</article>
<footer>
<p>Copyright Christoph Stumpe, Sebastian Nieling</p>
</footer>
<header>
<a href="index.html">
<h1><b>Sportfinder</b></h1>
</a>
</header>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d77678.60035260972!2d13.396266728309998!3d52.5251786286474!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sde!4v1444734196113" height="600" frameborder="0" style="border:0" allowfullscreen></iframe>
<article>
<h1>
Sportvereine
</h1>
<table>
<tr>
<td><img src="../MMe/pics/JcB.png"> </td>
<td class="tabletext">Judoclub Berlin</td>
<td class="tabletext">12345 Chalottenburg</td>
<td class="tabletext">[email protected]</td>
<td class="tabletext">0301234567</td>
<td><button class="pure-button button-secondary">Delete</button>
<a href="html/addclub.html">
<input type="button" value="New" class="pure-button button-secondary " />
</a>
</td>
<tr>
<td><img src="../MMe/pics/KW.png"> </td>
<td class="tabletext">Karate Wedding</td>
<td class="tabletext">13456 Wedding</td>
<td class="tabletext">[email protected]</td>
<td class="tabletext">0301234567</td>
<td><button class="pure-button button-secondary">Delete</button>
<a href="html/addclub.html">
<input type="button" value="New" class="pure-button button-secondary " />
</a>
</td>
</tr>
</table>
<br />
<a href="html/addclub.html">
<input type="button" value="New" class="pure-button button-secondary bigger-button" />
</a>
<a href="html/find.html">
<input type="button" value="Find" class="pure-button button-secondary bigger-button" />
</a>
<a href="html/show-all.html">
<input type="button" value="Show all" class="pure-button button-secondary bigger-button" />
</a>
<br />
</article>
<footer>
<p>Copyright Christoph Stumpe, Sebastian Nieling</p>
</footer>
</body>
</html>
</html>