From 4c9fa129ad43147fae97e8159d7bce8870a96e57 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sun, 5 Jan 2025 20:10:08 +0100 Subject: [PATCH] initial commit --- .idea/.gitignore | 3 +++ index.html | 37 +++++++++++++++++++++++++++++++++++++ js.css | 12 ++++++++++++ sj.js | 1 + 4 files changed, 53 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 index.html create mode 100644 js.css create mode 100644 sj.js diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/index.html b/index.html new file mode 100644 index 0000000..b79e1de --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + + + + + Schwarzes Jena: alternative Tanzveranstaltungen, Lesungen, Konzerte und düstere Zusammenkünfte + + + + + + +
+
+

schwarzes Jena

+
alternative Tanzveranstaltungen, Konzerte, Lesungen u.a. düstere Zusammenkünfte
+
+
+ +
+
+ +
+
+ + \ No newline at end of file diff --git a/js.css b/js.css new file mode 100644 index 0000000..b0bd7e2 --- /dev/null +++ b/js.css @@ -0,0 +1,12 @@ +body { + font-family: sans-serif; +} +nav { + width: 200px; +} + +.debug, +nav{ + background: orange; + border: 1px dotted lime; +} \ No newline at end of file diff --git a/sj.js b/sj.js new file mode 100644 index 0000000..5893f9d --- /dev/null +++ b/sj.js @@ -0,0 +1 @@ +console.log('hello world'); \ No newline at end of file