diff options
author | akshay | 2025-04-11 15:02:18 +0530 |
---|---|---|
committer | GitHub | 2025-04-11 15:02:18 +0530 |
commit | f2f899df9e5c395b14fefad9031f87be36bb7c66 (patch) | |
tree | 39650c905092109074b6ff90d24313a1979c036e | |
parent | 37d4d07a808b0b042269e9639f794e27327e8deb (diff) | |
download | scilab_case_study_hackathon-f2f899df9e5c395b14fefad9031f87be36bb7c66.tar.gz scilab_case_study_hackathon-f2f899df9e5c395b14fefad9031f87be36bb7c66.tar.bz2 scilab_case_study_hackathon-f2f899df9e5c395b14fefad9031f87be36bb7c66.zip |
content update
-rw-r--r-- | src/pages/temp-results.astro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/temp-results.astro b/src/pages/temp-results.astro index 6e05a6c..d3d6110 100644 --- a/src/pages/temp-results.astro +++ b/src/pages/temp-results.astro @@ -7,6 +7,7 @@ <title>Congratulations</title> <style> body{ +color: #f50000; background: #000000; background: linear-gradient(180deg,rgba(0, 0, 0, 1) 31%, rgba(255, 0, 0, 1) 88%); } @@ -151,6 +152,7 @@ background: linear-gradient(180deg,rgba(0, 0, 0, 1) 31%, rgba(255, 0, 0, 1) 88%) <body> <div class="center-container"> +<h1>Scilab Case Study Hackathon 2025 Result</h1> <button class="neon-button btn" onclick="startCountdown(this)"> 🎉 Congratulations </button> |