Skip to content

Commit f19c796

Browse files
committed
included common start code
1 parent 61a0bcd commit f19c796

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

steps/00-01-einfuehrung.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,11 @@
1111
Man kann mit regulären Ausdrücken auch testen, ob die Eingabe von Programmen korrekt ist und
1212
ob Nutzer sich vertippen.
1313
</p>
14-
{% include_relative 00-01-common.html %}
14+
<p>
15+
<a target="_blank" href="https://www.xkcd.com/208/"><img src="https://imgs.xkcd.com/comics/regular_expressions.png"></a>
16+
</p>
17+
<script type="text/javascript">
18+
window.addEventListener("load", function(){
19+
updateRequirements(); // nächste Seite grün machen
20+
});
21+
</script>

steps/00-01-introduction.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@
99
In many programming languages, programmers use regular expressions to search through text,
1010
test if the input of a program is correct and, check if the users made mistakes.
1111
</p>
12-
{% include_relative 00-01-common.html %}
12+
<p>
13+
<a target="_blank" href="https://www.xkcd.com/208/"><img src="https://imgs.xkcd.com/comics/regular_expressions.png"></a>
14+
</p>
15+
<script type="text/javascript">
16+
window.addEventListener("load", function(){
17+
updateRequirements(); // nächste Seite grün machen
18+
});
19+
</script>

0 commit comments

Comments
 (0)