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 May 12, 2024
0 parents commit a180f92
Show file tree
Hide file tree
Showing 6 changed files with 1,583 additions and 0 deletions.
37 changes: 37 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="generator" content="VuePress 2.0.0-rc.9" />
<style>
:root {
--c-bg: #fff;
}
html.dark {
--c-bg: #22272e;
}
html,
body {
background-color: var(--c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme')
const systemDarkMode =
window.matchMedia &&
window.matchMedia('(prefers-color-scheme: dark)').matches
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) {
document.documentElement.classList.toggle('dark', true)
}
</script>
<title>PTA基础编程题目集记录</title><meta name="description" content="记录PTA基础编程题目集题目和自己的解题记录">
<link rel="preload" href="/PTA_Problem_Sets_14/assets/style-rpREpYXP.css" as="style"><link rel="stylesheet" href="/PTA_Problem_Sets_14/assets/style-rpREpYXP.css">
<link rel="modulepreload" href="/PTA_Problem_Sets_14/assets/app-48wVX9ha.js"><link rel="modulepreload" href="/PTA_Problem_Sets_14/assets/404.html-iroV1LPZ.js">
<link rel="prefetch" href="/PTA_Problem_Sets_14/assets/index.html-ByY58Wts.js" as="script">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><main class="page"><div class="theme-default-content"><h1>404</h1><blockquote>There&#39;s nothing here.</blockquote><a class="route-link" href="/PTA_Problem_Sets_14/">Take me home</a></div></main></div><!--[--><!----><!--]--><!--]--></div>
<script type="module" src="/PTA_Problem_Sets_14/assets/app-48wVX9ha.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions assets/404.html-iroV1LPZ.js

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

26 changes: 26 additions & 0 deletions assets/app-48wVX9ha.js

Large diffs are not rendered by default.

Loading

0 comments on commit a180f92

Please sign in to comment.