34 lines
831 B
HTML
34 lines
831 B
HTML
|
|
<html>
|
|
|
|
<head>
|
|
<title>Themen</title>
|
|
<style type="text/css">
|
|
@import url("/css/style.css");
|
|
</style>
|
|
<script type="text/javascript" src="/js/jquery-2.1.4.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Themen</h1>
|
|
|
|
<table id="idList">
|
|
<tr >
|
|
<td>Test1</td>
|
|
</tr>
|
|
<tr >
|
|
<td>Test2</td>
|
|
</tr>
|
|
<tr >
|
|
<td>Test3</td>
|
|
</tr>
|
|
<tr >
|
|
<td>Test4</td>
|
|
</tr>
|
|
<tr >
|
|
<td>Test5</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
|
|
</html> |