This commit is contained in:
darthsandmann
2016-10-16 21:53:15 +02:00
parent 0d10f8b9dc
commit c9f3117da1
412 changed files with 137942 additions and 0 deletions

View File

@ -0,0 +1,32 @@

<html>
<head>
<title>Forum XY</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="/js/jquery-2.1.4.min.js"></script>
</head>
<body>
<h1>Forum XY</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>