cupper-hugo-theme/layouts/partials/noscript.html

9 lines
106 B
HTML
Raw Normal View History

<noscript>
<style>
body {
visibility: visible;
opacity: 1;
}
</style>
</noscript>