diff --git a/dist/404.html b/dist/404.html index 48affff..f0709a2 100644 --- a/dist/404.html +++ b/dist/404.html @@ -7,7 +7,8 @@ Error 404 - + +
diff --git a/dist/_astro/404.0278d6dc.css b/dist/_astro/404.0278d6dc.css new file mode 100644 index 0000000..ef18bd0 --- /dev/null +++ b/dist/_astro/404.0278d6dc.css @@ -0,0 +1 @@ +:root{--accent: 136, 58, 234;--accent-light: 224, 204, 250;--accent-dark: 49, 10, 101;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%)}html{font-family:system-ui,sans-serif;background:#13151A;background-size:224px} diff --git a/dist/_astro/404.20e28c3c.css b/dist/_astro/404.20e28c3c.css deleted file mode 100644 index d440f66..0000000 --- a/dist/_astro/404.20e28c3c.css +++ /dev/null @@ -1 +0,0 @@ -:root{--accent: 136, 58, 234;--accent-light: 224, 204, 250;--accent-dark: 49, 10, 101;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%)}html{font-family:system-ui,sans-serif;background:#13151A;background-size:224px}:where(.astro-ZETDM5MD){margin:0;padding:0;box-sizing:border-box;-webkit-filter:grayscale(100%);filter:grayscale(100%)}body{width:100%;height:100vh;background-image:url(/assets/404/crt.gif);-webkit-filter:grayscale(100%);filter:grayscale(100%)}marquee:where(.astro-ZETDM5MD){height:100vh} diff --git a/dist/_astro/404.3900936b.css b/dist/_astro/404.3900936b.css new file mode 100644 index 0000000..c0b3148 --- /dev/null +++ b/dist/_astro/404.3900936b.css @@ -0,0 +1 @@ +:where(.astro-ZETDM5MD){margin:0;padding:0;box-sizing:border-box;-webkit-filter:grayscale(100%);filter:grayscale(100%)}body{width:100%;height:100vh;background-image:url(/assets/404/crt.gif);-webkit-filter:grayscale(100%);filter:grayscale(100%)}marquee:where(.astro-ZETDM5MD){height:100vh} diff --git a/dist/_astro/gmod_loading.b76a3cf0.css b/dist/_astro/gmod_loading.b76a3cf0.css new file mode 100644 index 0000000..56cae1b --- /dev/null +++ b/dist/_astro/gmod_loading.b76a3cf0.css @@ -0,0 +1 @@ +:where(.astro-W5LHOOVP){margin:0;padding:0;box-sizing:border-box;-webkit-filter:grayscale(100%);filter:grayscale(100%)}body{width:100%;height:100vh;background-image:url(/assets/404/crt.gif);-webkit-filter:grayscale(100%);filter:grayscale(100%)}marquee:where(.astro-W5LHOOVP){height:100vh} diff --git a/dist/assets/branding/gmod_logo.png b/dist/assets/branding/gmod_logo.png new file mode 100644 index 0000000..5a9af04 Binary files /dev/null and b/dist/assets/branding/gmod_logo.png differ diff --git a/dist/export/gmod_loading/index.html b/dist/export/gmod_loading/index.html new file mode 100644 index 0000000..e2113f9 --- /dev/null +++ b/dist/export/gmod_loading/index.html @@ -0,0 +1,22 @@ + + + + + + + + + Loading... + + + + +
+ + + + + +
+ + \ No newline at end of file diff --git a/public/assets/branding/gmod_logo.png b/public/assets/branding/gmod_logo.png new file mode 100644 index 0000000..5a9af04 Binary files /dev/null and b/public/assets/branding/gmod_logo.png differ diff --git a/src/pages/export/gmod_loading.astro b/src/pages/export/gmod_loading.astro new file mode 100644 index 0000000..00ce35e --- /dev/null +++ b/src/pages/export/gmod_loading.astro @@ -0,0 +1,33 @@ +--- +import Layout from '../../layouts/err404.astro'; +import Card from '../../components/Card.astro'; +--- + + +
+ + + + + +
+
+ \ No newline at end of file