-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage3.html
More file actions
74 lines (66 loc) · 2.29 KB
/
page3.html
File metadata and controls
74 lines (66 loc) · 2.29 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
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
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>作业-2022秋北邮操作系统</title>
<link rel="stylesheet" type="text/css" href="css/master.css" />
</head>
<body>
<div id="head">
<div class="content">
<div class="left">欢迎您!</div>
<ul>
<li><a href="index.html">中文</a></li>
<li>|</li>
<li><a href="#">English</a></li>
</ul>
<div style="clear:both"></div>
</div>
</div>
<div id="top">
<div class="content">
<div class="logo">
<a href="index.html" title="课程名称">2022秋北邮操作系统</a>
</div>
<div style="clear:both"></div>
</div>
</div>
<div id="navBar">
<div class="content hyc">
<ul id="nav_ul">
<li><a href="index.html">主页</a></li>
<li><a href="page2.html" target="_self">课件</a></li>
<li><a href="page3.html" target="_self">作业</a></li>
<li><a href="page4.html" target="_self">实验</a></li>
<div style="clear:both"></div>
</ul>
</div>
</div>
<div id="wrapper">
<div class="banner">
<img src="images/background.png" width="980" height="360">
</div>
<div id="index-con">
<div class="index_about">
<div class="about_title">
<h3>作业</h3>
</div>
<div class="art_entry">
<p class="about_con_emphasize">
每次作业在DLL前上交学委(PDF格式),学委交齐后打包(zip)发给张博闻助教(zbw98@bupt.edu.cn)。
</p>
<ul style="list-style-type:disc" class="homework">
<li>
9.16:见课件3最后一页,DDL 9.23
</li>
</ul>
</div>
<div style="clear:both"></div>
</div>
</div>
</div>
<div id="footer">
<p>Copyright © 2022, 2022秋北邮操作系统, All Rights Reserved</p>
</div>
</body>
</html>