-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (58 loc) · 3.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>weiching...</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<!--<div id="particles-js"></div>-->
<!-- 中间的日期和时间 -->
<div class="center">
<h2 id="now_date">加载中</h2>
</div>
<div class="center">
<h1 id="now_time">加载中</h1>
</div>
<div class="arc-left">
<a href="https://www.bilibili.com/" class="button">哔哩哔哩</a>
<a href="https://mzh.moegirl.org.cn/Mainpage#/desktop/index" class="button">萌娘百科</a>
<a href="https://service.zju.edu.cn/_s2/students_sy/main.psp" class="button">浙大服务网</a>
<a href="https://www.mcmod.cn/" class="button">Minecraft百科</a>
<a href="https://prts.wiki/w/%E9%A6%96%E9%A1%B5" class="button">PRTS Wiki</a>
<a href="https://courses.zju.edu.cn/user/courses#/?pageIndex=1" class="button">课程中心</a>
<a href="https://myvpn.zju.edu.cn/home" class="button">浙大VPN</a>
<a href="https://poe.com/chat/2fml9ydumnws75fd74q" class="button">Poe Chat</a>
<a href="https://zjuers.com/" class="button">浙大er社区</a>
<a href="http://zdbk.zju.edu.cn/jwglxt/kbcx/xskbcx_cxXskbcxIndex.html?gnmkdm=N253508&layout=default&su=3230104148" class="button">课表查询</a>
<a href="https://mail.zju.edu.cn/coremail/" class="button">浙大邮箱</a>
<a href="https://pintia.cn/problem-sets/dashboard" class="button">PAT考试</a>
<a href="https://smallpdf.com/cn/edit-pdf" class="button">SmallPDF</a>
<a href="https://qsctech.github.io/zju-icicles/" class="button">浙大课程攻略</a>
</div>
<div class="arc-right">
<a href="https://leetcode.cn/" class="button">LeetCode</a>
<a href="https://chat.openai.com/" class="button">ChatGPT</a>
<a href="https://pro.dedegpt.vip/" class="button">德德GPT</a>
<a href="https://fakerun.myth.cx/" class="button">Fake Run</a>
<a href="https://fanyi.youdao.com/index.html#/" class="button">有道翻译</a>
<a href="https://mathdf.com/cn/" class="button">数学公式</a>
<a href="https://www.cc98.org/topic/5056871" class="button">CC98论坛</a>
<a href="https://hike.zhihuishu.com/aidedteaching/sourceLearning/sourceLearning?courseId=10828404&fileId=19770694" class="button">智慧树</a>
<a href="https://cn.overleaf.com/project/65d4c6a31831ad0222c8dd7c" class="button">Overleaf</a>
<a href="https://www.patest.cn/home" class="button">PAT练习</a>
<a href="https://git.zju.edu.cn/" class="button">浙大Git</a>
<a href="http://www.codeinword.com/" class="button">CodeInWord</a>
<a href="https://zju-turing.github.io/TuringCourses/political/" class="button">图灵课程</a>
<a href="https://chat.jarvis73.com/" class="button">Jarvis Chat</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
<!-- <script src="js/particles.min.js"></script> -->
<script src="js/script.js"></script>
<script>
console.log(typeof particlesJS);
</script>
</body>
</html>