Skip to content

Commit

Permalink
test: checking if this bitch flys
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalshin committed Oct 13, 2023
1 parent 8cf9459 commit 774e0a3
Show file tree
Hide file tree
Showing 46 changed files with 334 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/132630a44b0b8b1a.css" as="style"/><link rel="stylesheet" href="/_next/static/css/132630a44b0b8b1a.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-ee7e63bc15b31913.js" defer=""></script><script src="/_next/static/chunks/framework-3b5a00d5d7e8d93b.js" defer=""></script><script src="/_next/static/chunks/main-50de763069eba4b2.js" defer=""></script><script src="/_next/static/chunks/pages/_app-c4c14cd3037feabb.js" defer=""></script><script src="/_next/static/chunks/pages/_error-8353112a01355ec2.js" defer=""></script><script src="/_next/static/PZtjkWOjCChqJBuVxZNBV/_buildManifest.js" defer=""></script><script src="/_next/static/PZtjkWOjCChqJBuVxZNBV/_ssgManifest.js" defer=""></script></head><body><div id="__next"><script>!function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');var e=localStorage.getItem('theme');if('system'===e||(!e&&false)){var t='(prefers-color-scheme: dark)',m=window.matchMedia(t);if(m.media!==t||m.matches){d.style.colorScheme = 'dark';c.add('dark')}else{d.style.colorScheme = 'light';c.add('light')}}else if(e){c.add(e|| '')}else{c.add('dark')}if(e==='light'||e==='dark'||!e)d.style.colorScheme=e||'dark'}catch(e){}}()</script><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
body { margin: 0; color: #000; background: #fff; }
.next-error-h1 {
border-right: 1px solid rgba(0, 0, 0, .3);
}

@media (prefers-color-scheme: dark) {
body { color: #fff; background: #000; }
.next-error-h1 {
border-right: 1px solid rgba(255, 255, 255, .3);
}
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:49px;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"PZtjkWOjCChqJBuVxZNBV","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
Binary file added _next/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions _next/data/PZtjkWOjCChqJBuVxZNBV/index.json

Large diffs are not rendered by default.

Binary file added _next/static/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions _next/static/PZtjkWOjCChqJBuVxZNBV/_buildManifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/PZtjkWOjCChqJBuVxZNBV/_ssgManifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set(["\u002F"]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
14 changes: 14 additions & 0 deletions _next/static/chunks/540-6087344665140271.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/585-6f26f19f921cbdb5.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/607-e1a4c811676bbebf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/chunks/814-4f94a7dbc9b6872c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions _next/static/chunks/framework-3b5a00d5d7e8d93b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/main-50de763069eba4b2.js

Large diffs are not rendered by default.

Loading

0 comments on commit 774e0a3

Please sign in to comment.