// Setup Steckbrief
This commit is contained in:
parent
849f897b6c
commit
d410b4c6c8
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Steckbrief</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: arial;
|
||||
font-size: small;
|
||||
background: #eeeee
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Hier die Links zu den gelösten Aufgaben einstellen, aktuelle oben, alte stehen lassen! Format: Aufgabenbezeichnung, Datum -->
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue