commit f66e9a367ee1d2e9c306f14999f4a6299181f71a Author: ENGO150 Date: Tue May 16 12:29:52 2023 +0200 basic html project 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