diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..c2cddf8
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100644
index 0000000..57a5904
--- /dev/null
+++ b/.idea/php.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/schule-24-25.iml b/.idea/schule-24-25.iml
new file mode 100644
index 0000000..c956989
--- /dev/null
+++ b/.idea/schule-24-25.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/komp/bilder/hauptseite_bild.png b/komp/bilder/hauptseite_bild.png
new file mode 100644
index 0000000..c9637ea
Binary files /dev/null and b/komp/bilder/hauptseite_bild.png differ
diff --git a/komp/hauptseite.css b/komp/hauptseite.css
new file mode 100644
index 0000000..9ee8fc3
--- /dev/null
+++ b/komp/hauptseite.css
@@ -0,0 +1,25 @@
+.bild-100x100 {
+ width: 100px;
+ height: 100px;
+}
+.text-gruen {
+ color: #34ff34;
+}
+.text-allign-middle{
+ text-align: center;
+}
+.allign-left{
+
+}
+* {
+ border : 1px solid black;
+}
+.text-bold {
+ font-weight: bold;
+}
+.p-10 {
+ padding: 10px;
+}
+.li-abstand {
+ margin-bottom: 10px;
+}
\ No newline at end of file
diff --git a/komp/hauptseite.html b/komp/hauptseite.html
new file mode 100644
index 0000000..dea72e2
--- /dev/null
+++ b/komp/hauptseite.html
@@ -0,0 +1,24 @@
+
+
+
+
+ Title
+
+
+
+
+2BKI11
+
+
Daniel
+
Iron 3 LoL Player
+
+
+
+
+
\ No newline at end of file
diff --git a/progp/24-10-24/bmi.php b/progp/24-10-24/bmi.php
index 1ff248a..7774460 100644
--- a/progp/24-10-24/bmi.php
+++ b/progp/24-10-24/bmi.php
@@ -111,7 +111,7 @@
$i=0;
if ($groesse == 0){
- echo "KEINE ZAHL ANGEBEN
";
+ echo "KEINE ZAHL ANGEBEN
";
} else {
echo "BMI - Berechnungsergebnisse
";
echo "Körpergröße: ".$groesse." cm
";