-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b477a39
commit 7b54765
Showing
12 changed files
with
109 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html><html lang="en"> <!-- Made by Joe Vaughan --> <head><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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"><meta charset="UTF-8"><meta name="description" content="Astro description"><meta name="viewport" content="width=device-width"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="generator" content="Astro v4.11.3"><title>404</title><meta name="astro-view-transitions-enabled" content="true"><meta name="astro-view-transitions-fallback" content="animate"><link rel="stylesheet" href="/_astro/index.DKu1MuKj.css"><script type="module" src="/_astro/hoisted.Oozc_hRb.js"></script><style>[data-astro-transition-scope="astro-rmiboplj-1"] { view-transition-name: astro-rmiboplj-1; }@layer astro { ::view-transition-old(astro-rmiboplj-1) { | ||
animation-duration: 180ms; | ||
animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); | ||
animation-fill-mode: both; | ||
animation-name: astroFadeOut; }::view-transition-new(astro-rmiboplj-1) { | ||
animation-duration: 180ms; | ||
animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); | ||
animation-fill-mode: both; | ||
animation-name: astroFadeIn; }[data-astro-transition=back]::view-transition-old(astro-rmiboplj-1) { | ||
animation-duration: 180ms; | ||
animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); | ||
animation-fill-mode: both; | ||
animation-name: astroFadeOut; }[data-astro-transition=back]::view-transition-new(astro-rmiboplj-1) { | ||
animation-duration: 180ms; | ||
animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); | ||
animation-fill-mode: both; | ||
animation-name: astroFadeIn; } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-rmiboplj-1"], | ||
[data-astro-transition-fallback="old"][data-astro-transition-scope="astro-rmiboplj-1"] { | ||
animation-duration: 180ms; | ||
animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); | ||
animation-fill-mode: both; | ||
animation-name: astroFadeOut; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-rmiboplj-1"], | ||
[data-astro-transition-fallback="new"][data-astro-transition-scope="astro-rmiboplj-1"] { | ||
animation-duration: 180ms; | ||
animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); | ||
animation-fill-mode: both; | ||
animation-name: astroFadeIn; }[data-astro-transition=back][data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-rmiboplj-1"], | ||
[data-astro-transition=back][data-astro-transition-fallback="old"][data-astro-transition-scope="astro-rmiboplj-1"] { | ||
animation-duration: 180ms; | ||
animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); | ||
animation-fill-mode: both; | ||
animation-name: astroFadeOut; }[data-astro-transition=back][data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-rmiboplj-1"], | ||
[data-astro-transition=back][data-astro-transition-fallback="new"][data-astro-transition-scope="astro-rmiboplj-1"] { | ||
animation-duration: 180ms; | ||
animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); | ||
animation-fill-mode: both; | ||
animation-name: astroFadeIn; }</style></head> <body class="container mx-auto px-4" data-astro-transition-scope="astro-rmiboplj-1"> <h2 class="mt-20">404</h2> <p class="mb-4">Oh no, this page wasn't found!</p> <a href="/" class="no-underline"> <button class="h-full capitalize text-lg leading-5 cta shadow font-bold bg-red text-white hover:bg-black px-4 py-2 rounded no-underline">Return home</button> </a> </body> </html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="/mstile-150x150.png"/> | ||
<TileColor>#da532c</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.