-
Notifications
You must be signed in to change notification settings - Fork 1
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
0 parents
commit ad4a7d6
Showing
55 changed files
with
3,322 additions
and
0 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,43 @@ | ||
<!doctype html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta name="generator" content="VuePress 2.0.0-rc.18" /> | ||
<style> | ||
:root { | ||
--vp-c-bg: #fff; | ||
} | ||
|
||
[data-theme='dark'] { | ||
--vp-c-bg: #1b1b1f; | ||
} | ||
|
||
html, | ||
body { | ||
background-color: var(--vp-c-bg); | ||
} | ||
</style> | ||
<script> | ||
const userMode = localStorage.getItem('vuepress-color-scheme') | ||
const systemDarkMode = | ||
'matchMedia' in window | ||
? window.matchMedia('(prefers-color-scheme: dark)').matches | ||
: false | ||
|
||
if (userMode === 'light') { | ||
document.documentElement.dataset.theme = 'light' | ||
} else if (userMode === 'dark' || systemDarkMode) { | ||
document.documentElement.dataset.theme = 'dark' | ||
} | ||
</script> | ||
<meta property="og:url" content="https://worldline.github.io/learning-kotlin-multiplatform/learning-kotlin-multiplatform/404.html"><meta property="og:description" content="404 Not Found"><meta property="og:type" content="website"><meta property="og:locale" content="en-US"><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"","description":"404 Not Found"}</script><link rel="icon" href="/learning-kotlin-multiplatform/favicon.ico"><link rel="manifest" href="/learning-kotlin-multiplatform/manifest.webmanifest"><meta name="theme-color" content="#bf4092"><title></title><meta name="description" content="404 Not Found"> | ||
<link rel="preload" href="/learning-kotlin-multiplatform/assets/style-CmjR2_g8.css" as="style"><link rel="stylesheet" href="/learning-kotlin-multiplatform/assets/style-CmjR2_g8.css"> | ||
<link rel="modulepreload" href="/learning-kotlin-multiplatform/assets/app-DaulDPFL.js"><link rel="modulepreload" href="/learning-kotlin-multiplatform/assets/404.html-BNEFVt0L.js"> | ||
<link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-Bl1WRIzJ.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-CyMmZTR2.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-IZAD4WfO.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-CJwk2asI.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-CIZ6Tn1I.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-pIQXzd7o.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-DBoeKgiV.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-B_ORBeHs.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-C2rGOrLv.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/index.html-dJGFTDYi.js" as="script"><link rel="prefetch" href="/learning-kotlin-multiplatform/assets/setupDevtools-7MC2TMWH-CzOqVNI-.js" as="script"> | ||
</head> | ||
<body> | ||
<div id="app"><!--[--><div class="vp-theme-container" vp-container data-v-67c08c1d><main class="page" data-v-67c08c1d><div class="theme-default-content" vp-content data-v-67c08c1d><h1 data-v-67c08c1d>404</h1><blockquote data-v-67c08c1d>That's a Four-Oh-Four.</blockquote><a class="route-link" href="/learning-kotlin-multiplatform/" data-v-67c08c1d>Take me home</a></div></main></div><!--[--><!----><!--]--><!--]--></div> | ||
<script type="module" src="/learning-kotlin-multiplatform/assets/app-DaulDPFL.js" defer></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
Oops, something went wrong.