aboutsummaryrefslogtreecommitdiff
path: root/src/components/NoJSWarning.astro
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2025-12-15 23:54:24 -0500
committerAndrew Lee <[email protected]>2025-12-16 00:52:15 -0500
commit00a841d83aeb4fa657d9dbfee58ac9b36eee3382 (patch)
treeb6a7ca2ac215f9ae52ff71a3656973b5776ce9d1 /src/components/NoJSWarning.astro
parent66e7218f9c2e0d875a5b06dc31f66a4329cbc032 (diff)
downloadshiftos-archive-website-00a841d83aeb4fa657d9dbfee58ac9b36eee3382.tar.gz
shiftos-archive-website-00a841d83aeb4fa657d9dbfee58ac9b36eee3382.tar.bz2
shiftos-archive-website-00a841d83aeb4fa657d9dbfee58ac9b36eee3382.zip
Converted slideshow to react, more shifter progress
Diffstat (limited to 'src/components/NoJSWarning.astro')
-rw-r--r--src/components/NoJSWarning.astro18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/components/NoJSWarning.astro b/src/components/NoJSWarning.astro
new file mode 100644
index 0000000..112646d
--- /dev/null
+++ b/src/components/NoJSWarning.astro
@@ -0,0 +1,18 @@
+<noscript>
+ <div class="window-container">
+ <div class="window">
+ <div class="titlebar">
+ <p class="titlebar-text">Warning</p>
+ <div class="titlebar-buttons">
+ <div class="titlebar-box"></div>
+ <div class="titlebar-box"></div>
+ <div class="titlebar-box"></div>
+ </div>
+ </div>
+ <div class="container">
+ <h1>You have disabled JavaScript</h1>
+ <p>Certain features may not work.</p>
+ </div>
+ </div>
+ </div>
+</noscript>