Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/noscript.html')
-rw-r--r--layouts/partials/noscript.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/noscript.html b/layouts/partials/noscript.html
new file mode 100644
index 0000000..40ae776
--- /dev/null
+++ b/layouts/partials/noscript.html
@@ -0,0 +1,8 @@
+<noscript>
+ <style>
+ body {
+ visibility: visible;
+ opacity: 1;
+ }
+ </style>
+</noscript>