summary refs log tree commit diff
path: root/12/scripts/script.js
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-14 03:20:53 +0000
commit588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 (patch)
treef1dbc0e6ff59af610a6043889606a8534ef6b1d4 /12/scripts/script.js
parentrescue 12 (diff)
downloadhtml-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.gz
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.bz2
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.xz
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.zip
rescue
Diffstat (limited to '12/scripts/script.js')
-rw-r--r--12/scripts/script.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/12/scripts/script.js b/12/scripts/script.js
deleted file mode 100644
index d7be898..0000000
--- a/12/scripts/script.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/*

-	Student Name: Name Surname

-	File Name: script.js

-	Date: 2024/12/01

-*/

-

-// jQuery for hero image to consume the header window space

-$(document).ready(function(){

-	$('.hero').height($(window).height());

-});