From 5f4fe49e3a60c4666d3751a0bd9381a35eaffc7a Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Mi, 05 Apr 2023 15:05:41 +0200
Subject: [PATCH] reduce font size of code examples

---
 index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index 127ca19..b75af3c 100644
--- a/index.html
+++ b/index.html
@@ -27,14 +27,15 @@
 						<h3>Grundlagen</h3>
 						<ul>
 							<li>HTML/CSS/JS</li>
-							<li>JSON</li>
 							<li>HTTP-Protokoll</li>
+							<li>JSON</li>
 							<li>Debugger</li>
 						</ul>
 					</section>
 					<section>
 						<h3>Fortgeschrittenes</h3>
 						<ul>
+							<li>JavaScript</li>
 							<li>NodeJS</li>
 							<li>Responsive Design</li>
 							<li>CSS-Animationen</li>

--
Gitblit v1.9.3