-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 2.05 KB
/
index.html
File metadata and controls
40 lines (34 loc) · 2.05 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>dxx's website</title>
<link rel="stylesheet" href="styles/style.css">
<link href="https://fonts.font.im/css?family=Open+Sans" rel="stylesheet" type="text/css">
</head>
<body>
<h1>杜溪翔的物理学小山包</h1>
<h2>看心情换图片</h2>
<img src="images/120.jpg" alt="My test image" width="60%">
<h2>Note</h2>
<ul>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/dynamics.pdf">力学讲义(Last Revised in 2022/2/25)</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/hamilton.pdf">哈密顿力学(Last Revised in 2022/11/10)</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/QMSolution.pdf">Solution Manual to Quantum Mechanics(Last Revised in 2022/11/28)</a>缓慢更新中</li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/QuantumComputing.pdf">Quantum Computing(Last Revised in 2023/1/23)</a>更新中</li>
</ul>
<h2>Report</h2>
<ul>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/RLCreport.pdf">RLC振荡电路与滤波器(Last Revised in 2022/12/22)</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/zhendongexp.pdf">振动力学(Last Revised in 2022/12/11)</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/biaomianexp.pdf">表面张力与液体粘度系数(Last Revised in 2022/12/3)</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/sensor.pdf">传感器</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/sensor2.pdf">光电传感器</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/分光计.pdf">分光计</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/综合光学.pdf">综合光学</a></li>
<li><a href="https://dxxhust.oss-cn-hangzhou.aliyuncs.com/labview.pdf">LABVIEW</a></li>
</ul>
<script src="scripts/main.js" defer></script>
</body>
</html>
<!--https://dxxhust.oss-cn-hangzhou.aliyuncs.com/filename-->