From a7d3f967a0d42036a60f18fd11169fd392146960 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 2 Jun 2023 10:44:54 +0200 Subject: [PATCH] added authors clickable shit --- autori.html | 3 ++- res/autori/script.js | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 res/autori/script.js diff --git a/autori.html b/autori.html index 99e8ded..cd6ad40 100644 --- a/autori.html +++ b/autori.html @@ -15,6 +15,7 @@ + @@ -28,7 +29,7 @@
Vašek:
- Profesionální sebevrah, kriminálník, vandal.
+ Profesionální sebevrah, kriminálník, vandal.
Autor většiny fotografií, programátor.
diff --git a/res/autori/script.js b/res/autori/script.js new file mode 100644 index 0000000..0650a66 --- /dev/null +++ b/res/autori/script.js @@ -0,0 +1,8 @@ +window.onload = function() +{ + document.getElementById("sebedestrukce").onclick = (e) = function() + { + document.getElementById("sebedestrukce").style.color = "#800500"; + document.getElementById("sebedestrukce").style.fontWeight = "bold"; + } +} \ No newline at end of file