diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html index fc47acc..4e52710 100644 --- a/views/index.html +++ b/views/index.html @@ -11,7 +11,7 @@ <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Patua+One&display=swap" rel="stylesheet"> - <link href="https://f003.backblazeb2.com/file/sayana-static/styles/output.css" rel="stylesheet"> + <link href="./output.css" rel="stylesheet"> </head> <body data-theme="olive" class="font-spectral text-main-dark overflow-hidden bg-interlocked-hexagons bg-repeat bg-pattern-body h-screen flex"> |