-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.02 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Ebooks PDF</title>
<meta charset='utf-8'>
</head>
<body>
<table border='1'>
<tr>
<td>Name</td><td>Bild</td>
</tr>
<tr>
<td><a href='bb-Spielend_C_lernen_.pdf'>bb-Spielend_C_lernen_.pdf</a></td>
<td><a href='bb-Spielend_C_lernen_.pdf'><img border='0' src='./pics/bb-Spielend_C_lernen_.pdf.png'></a></td>
</tr>
<tr>
<td><a href='java_kurs.pdf'>java_kurs.pdf</a></td>
<td><a href='java_kurs.pdf'><img border='0' src='./pics/java_kurs.pdf.png'></a></td>
</tr>
<tr>
<td><a href='Moritz -mo.- Sauer - Blogs, Video und Online-Journalismus.pdf'>Moritz -mo.- Sauer - Blogs, Video und Online-Journalismus.pdf</a></td>
<td><a href='Moritz -mo.- Sauer - Blogs, Video und Online-Journalismus.pdf'><img border='0' src='./pics/Moritz -mo.- Sauer - Blogs, Video und Online-Journalismus.pdf.png'></a></td>
</tr>
<tr>
<td><a href='shell_programmierung.pdf'>shell_programmierung.pdf</a></td>
<td><a href='shell_programmierung.pdf'><img border='0' src='./pics/shell_programmierung.pdf.png'></a></td>
</tr>
</table>
</body>
</html>