Sammlung
This commit is contained in:
32
Sammlung/p2 051115/content/index.html
Normal file
32
Sammlung/p2 051115/content/index.html
Normal 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>
|
Reference in New Issue
Block a user