Skip to content

Allgemein

Kollegium

  • Herr Berghem
  • Herr Landgraf

Abitur

Die Themen für das Abitur werden noch aktualisiert

Lehrwerke

Wir nutzen aktiv keine Lehrwerke

About

Welcome to the about page.

This markdown supports html elements like the p tag coupled with inline styles

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Even satire code snippets with syntax highlighting are also supported. 😅

java
const lang = prompt("What is your favorite programming language?");

(lang === "JavaScript") | (lang === "javascript") | (lang === "js")
  ? alert("JavaScript to the world! 🚀🟡")
  : alert(`We don't permit such languages here 💩`);
const lang = prompt("What is your favorite programming language?");

(lang === "JavaScript") | (lang === "javascript") | (lang === "js")
  ? alert("JavaScript to the world! 🚀🟡")
  : alert(`We don't permit such languages here 💩`);