Added image

This commit is contained in:
ngb 2022-02-20 07:53:09 +01:00
parent e526bc9253
commit 48e00a9c0f
3 changed files with 17 additions and 2 deletions

15
20220220074506.md Normal file
View File

@ -0,0 +1,15 @@
# Erster Eintrag
Heute habe ich ein en Todesstern programmiert.
![](medien/image.webp)
```java
void setup() {
size(400, 400);
noLoop();
}
void draw() {
fill(127);
circle(200, 200, 100);
}
```

View File

@ -4,5 +4,5 @@ Vorlage für ein e-Portfolio zur Dokumentation der Lernfortschritte.
## Einträge
- [[20220218152754.md]]
- [Erster Eintrag](20220218152754.md)
- [[20220218152754.md]] Markdown Übersicht
- [[20220220074506.md]] Erster Eintrag

BIN
medien/image.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB