Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fsi-la-inf/edu-hack-02 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Miklon-Code committed Aug 6, 2024
2 parents a322b94 + 3b34b32 commit 7182167
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog


## v0.1.0 (2024-08-06)

### New

* Added solution to dfa1. [Max Ole Elliger]

* LICENSE and README.md. [Max Ole Elliger]

* Added a workflow for static html. [Max Ole Elliger]

### Changes

* Better texts. [Max Ole Elliger]

* Anordnung der Inhalte angepasst. [Miklon]

* Richtige lösung eingefügt. [Miklon]

* Bilder hinzugefügt und Überschriften angepasst. [Miklon]


File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1>Mini-Theo</h1>

<h3>Aufgabe:</h3>
<p>Minimiere folgenden Automaten.</p>
<img class="top-image" src="../res/DFA1.png" alt="DFA1"><br>
<img class="top-image" src="img/DFA1.png" alt="DFA1"><br>

<button id="addContentButton">Lösung anzeigen</button>

Expand All @@ -92,7 +92,7 @@ <h3>Aufgabe:</h3>

// Erstelle ein neues img-Element
var img = document.createElement('img');
img.src = '../res/DFA1_sol.jpeg'; // Relativer Pfad zum Bild
img.src = 'img/DFA1_sol.jpeg'; // Relativer Pfad zum Bild
img.alt = 'Ein Bild';

// Erstelle einen Textknoten
Expand Down

0 comments on commit 7182167

Please sign in to comment.