-
Notifications
You must be signed in to change notification settings - Fork 0
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 a180f92
Showing
6 changed files
with
1,583 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,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'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> |
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.
Oops, something went wrong.