-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevguide.html
More file actions
14 lines (14 loc) · 1.03 KB
/
devguide.html
File metadata and controls
14 lines (14 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=startup.html#devguide">
<script>location.replace("startup.html#devguide");</script>
<title>已合并 · 创业·实操</title>
<script>(function(){var k='ai-training-theme',p='t',t=null;try{var q=new URLSearchParams(location.search);t=q.get(p)||q.get('theme');if(t!=='light'&&t!=='dark')t=sessionStorage.getItem(k);if(t!=='light'&&t!=='dark')t=localStorage.getItem(k);if(t!=='light'&&t!=='dark'){var m=document.cookie.match(new RegExp('(?:^|; )'+k+'=([^;]*)'));t=m?decodeURIComponent(m[1]):'';}if(t==='light'||t==='dark'){document.documentElement.setAttribute('data-theme',t);document.documentElement.style.colorScheme=t;try{sessionStorage.setItem(k,t);localStorage.setItem(k,t);}catch(e){}}}catch(e){}})();</script>
<link rel="stylesheet" href="style.css">
</head>
<body style="padding:48px;text-align:center;font-family:sans-serif">
<p>本页已合并,正在跳转… <a href="startup.html#devguide">创业·实操</a></p>
</body>
</html>