Sammlung
This commit is contained in:
34
Sammlung/p2 051115/content/themen.html
Normal file
34
Sammlung/p2 051115/content/themen.html
Normal file
@ -0,0 +1,34 @@
|
||||
|
||||
<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>
|
Reference in New Issue
Block a user