Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 20, 2024
0 parents commit ecc26e8
Show file tree
Hide file tree
Showing 39 changed files with 648 additions and 0 deletions.
43 changes: 43 additions & 0 deletions 404.html
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/worldline/learning-ai/learning-ai/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-ai/favicon.ico"><link rel="manifest" href="/learning-ai/manifest.webmanifest"><meta name="theme-color" content="#00A67E"><title></title><meta name="description" content="404 Not Found">
<link rel="preload" href="/learning-ai/assets/style-D1zXtE8K.css" as="style"><link rel="stylesheet" href="/learning-ai/assets/style-D1zXtE8K.css">
<link rel="modulepreload" href="/learning-ai/assets/app-DkfO46MA.js"><link rel="modulepreload" href="/learning-ai/assets/404.html-BGblxds9.js">
<link rel="prefetch" href="/learning-ai/assets/index.html-BvklKyMd.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-CRA1Ekr5.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-D0QgU6oo.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-bbNjYxoL.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-DC5R9WtP.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-D0-PoVlK.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-BcE3IrDX.js" as="script"><link rel="prefetch" href="/learning-ai/assets/setupDevtools-7MC2TMWH-BnF_1LTO.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>There&#39;s nothing here.</blockquote><a class="route-link" href="/learning-ai/" data-v-67c08c1d>Take me home</a></div></main></div><!--[--><!----><!--]--><!--]--></div>
<script type="module" src="/learning-ai/assets/app-DkfO46MA.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions assets/404.html-BGblxds9.js

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

Binary file added assets/alphago-D7ibr0g1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions assets/app-DkfO46MA.js

Large diffs are not rendered by default.

Binary file added assets/assistant-BJUR0Mbm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/avatar-Bf9zzubu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/demo_prompt-BpZVtafc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gasparov-DChlTPYb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions assets/index.html-BcE3IrDX.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index.html-BvklKyMd.js

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

4 changes: 4 additions & 0 deletions assets/index.html-CRA1Ekr5.js

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

Loading

0 comments on commit ecc26e8

Please sign in to comment.