-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ♻️ switch to an editor model using monaco
- Loading branch information
Showing
42 changed files
with
40,231 additions
and
299 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 |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>404 Page</title><meta name="description" content=""><meta name="color-scheme" content="dark light"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" type="image/svg+xml" href="./bundle.svg"><link rel="preconnect" href="https://fonts.gstatic.com"><link rel="preconnect" href="https://unpkg.com/"><link rel="stylesheet" href="./css/app.css" async><link href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Material+Icons&family=Material+Icons+Round&display=swap" rel="stylesheet" async><script src="./js/theme.js" type="module" async></script><script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=default,es2015,es2016,es2017,es2018,Object.entries,fetch,IntersectionObserver,IntersectionObserverEntry,smoothscroll,matchMedia,localStorage,getComputedStyle,WebAnimations" defer></script><link rel="prefetch" href="./js/esbuild.js" as="script" type="text/javascript"><link rel="prefetch" href="https://unpkg.com/[email protected]/esbuild.wasm" as="fetch" crossorigin="anonymous"><script src="./js/modern.min.js" type="module" defer></script></head><body><nav class="navbar"><div class="navbar-bg"><div class="container"><div class="navbar-shadow"></div></div></div><div class="navbar-bg"><div class="container"><div class="navbar-border"></div></div></div><div class="container"><div class="navbar-frame"><a class="navbar-logo" href="./">bundle</a><section><button class="to-top" type="button">Back to Top</button><button class="theme-toggle" type="button"><span class="icon">dark_mode</span></button></section></div></div></nav><div class="navbar-offset"></div><main data-wrapper><div class="container px-5 py-2 sm:max-w-screen-lg"><div class="my-5 px-12 py-24"><h1 class="text-5xl mb-2"><strong>404 Page</strong></h1><p class="font-light text-lg">You might be lost, wanna <a href="./">go back home?</a></p></div></div></main><footer class="footer"><div class="container"><p class="bg-gray-200 dark:bg-quaternary inline-block px-4 py-2 rounded-md"><span> Made by </span><a href="https://github.com/okikio" target="_blank">Okiki Ojo</a>.</p></div></footer><script src="./js/legacy.min.js" nomodule></script></body> | ||
<!DOCTYPE html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>404 Page</title><meta name="description" content=""><meta name="color-scheme" content="dark light"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" type="image/svg+xml" href="./bundle.svg"><link rel="preconnect" href="https://fonts.gstatic.com"><link rel="preconnect" href="https://unpkg.com/"><link rel="stylesheet" href="./css/app.css" async><link rel="stylesheet" data-name="vs/editor/editor.main" href="https://unpkg.com/[email protected]/min/vs/editor/editor.main.css" crossorigin="anonymous" async><link rel="stylesheet" href="./css/playground.css" async><link href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Material+Icons&family=Material+Icons+Round&display=swap" rel="stylesheet" async><link rel="prefetch" href="./js/esbuild.js" as="script" type="text/javascript"><link rel="prefetch" href="https://unpkg.com/[email protected]/esbuild.wasm" as="fetch" crossorigin="anonymous"><script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=es2017,es2018,Object.entries,smoothscroll,WebAnimations" defer></script><script src="./js/main.min.js" type="module" defer></script></head><body><nav class="navbar"><div class="navbar-bg"><div class="container"><div class="navbar-shadow"></div></div></div><div class="navbar-bg"><div class="container"><div class="navbar-border"></div></div></div><div class="container"><div class="navbar-frame"><a class="navbar-logo" href="./">bundle</a><section><button class="to-top" type="button">Back to Top</button><button class="theme-toggle" type="button"><span class="icon">dark_mode</span></button></section></div></div></nav><div class="navbar-offset"></div><main data-wrapper><div class="container px-5 py-2 sm:max-w-screen-lg"><div class="my-5 px-12 py-24"><h1 class="text-5xl mb-2"><strong>404 Page</strong></h1><p class="font-light text-lg">You might be lost, wanna <a href="./">go back home?</a></p></div></div></main><footer class="footer"><div class="container"><p class="bg-gray-200 dark:bg-quaternary inline-block px-4 py-2 rounded-md"><span> Made by </span><a href="https://github.com/okikio" target="_blank">Okiki Ojo</a>.</p></div></footer><script src="./js/playground.min.js" type="module" defer></script></body> |
Oops, something went wrong.