Fallback the animation to static text if js is disabled

This commit is contained in:
Daniele Tonon
2024-04-09 12:58:01 +02:00
parent 5108926f00
commit d638af31d6

View File

@@ -29,12 +29,11 @@ templ homepageTemplate(params HomePageParams) {
<div class="text-[3.5em] sm:text-[4em] leading-[1em] text-neutral-300">
NOSTR <span class="text-neutral-400">IS</span>
</div>
<div class="text-[3.5em] sm:text-[5em] leading-[1em] break-words" id="tw"></div>
<div class="text-[3.5em] sm:text-[5em] leading-[1em] break-words" id="tw">A PROTOCOL</div>
<script>
var tw = document.getElementById('tw')
new Typewriter(tw, {
strings: [
'',
'',
'A PROTOCOL',
'MANY PLATFORMS',