From f66e9a367ee1d2e9c306f14999f4a6299181f71a Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 16 May 2023 12:29:52 +0200 Subject: [PATCH] basic html project --- index.html | 15 +++++++++++++++ res/script.js | 4 ++++ res/style.css | 1 + 3 files changed, 20 insertions(+) create mode 100644 index.html create mode 100644 res/script.js create mode 100644 res/style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..869db54 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + + + + Fabrika Hrádek Tour + + +
+ + \ No newline at end of file diff --git a/res/script.js b/res/script.js new file mode 100644 index 0000000..20d1990 --- /dev/null +++ b/res/script.js @@ -0,0 +1,4 @@ +function load_panorama() +{ + document.getElementById("panorama").style.backgroundImage = "./img/test.jpg" //NOT WORKING +} \ No newline at end of file diff --git a/res/style.css b/res/style.css new file mode 100644 index 0000000..1dc2acb --- /dev/null +++ b/res/style.css @@ -0,0 +1 @@ +/*stuff*/ \ No newline at end of file