From 23f5cac35ddded005b9a0d9e93c81b12112d99bc Mon Sep 17 00:00:00 2001 From: axtlos Date: Sat, 24 May 2025 15:40:11 +0200 Subject: Add button to copy url to window --- index.html | 115 ++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 91 insertions(+), 24 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 5fbecca..23f4b67 100644 --- a/index.html +++ b/index.html @@ -95,6 +95,11 @@
ABOUT.rtf — /home/lain
+ @@ -143,8 +148,11 @@
PROJECTS.rtf — /home/lain
+
@@ -239,9 +247,6 @@ michal - - astral - ari melody web button @@ -301,30 +306,92 @@ }); - + + + + - const days = ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT']; - const months = ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC']; - document.getElementById('day').textContent = days[now.getDay()]; - document.getElementById('date').textContent = now.getDate(); - document.getElementById('month').textContent = months[now.getMonth()]; - } - updateClockAndCalendar(); - setInterval(updateClockAndCalendar, 1000); - -- cgit v1.2.3