// Setup Steckbrief

This commit is contained in:
Justin Dretvic 2020-04-21 20:11:37 +02:00
parent 849f897b6c
commit d410b4c6c8
2 changed files with 17 additions and 0 deletions

BIN
Steckbrief/portrait.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

17
Steckbrief/steckbrief.htm Normal file
View File

@ -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>