mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🎨 Make noscript more Vue-friendly
This commit is contained in:
parent
2266dcd725
commit
60cbe129bb
2 changed files with 6 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<div id="noscript-error"
|
||||
class="grid min-h-screen place-items-center px-6 py-24 sm:py-32 lg:px-8 fixed inset-0 z-[1000000] bg-dark-900">
|
||||
<div class="grid min-h-screen place-items-center px-6 py-24 sm:py-32 lg:px-8 fixed inset-0 z-[1000000] bg-dark-900">
|
||||
<GraphicsSquarePattern />
|
||||
<div class="prose prose-invert max-w-lg">
|
||||
<h1 class="mt-4 text-3xl font-bold tracking-tight text-gray-100 sm:text-5xl">JavaScript is disabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue