-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlecture.html
77 lines (69 loc) · 2.29 KB
/
lecture.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
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
<head>
<title>Crypto Optimization & Application Lab</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta name="description" content="The Perfect 2 Column Liquid Layout (right menu): No CSS hacks. SEO friendly. iPhone compatible." />
<meta name="keywords" content="The Perfect 2 Column Liquid Layout (right menu): No CSS hacks. SEO friendly. iPhone compatible." />
<meta name="robots" content="index, follow" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="screen.css" media="screen" />
</head>
<body>
<div id="header">
<h1>Crypto Optimization & Application Lab</h1>
<h2>@Kookmin University</h2>
<ul>
<li><a href="index.html"> Home </span></a></li>
<li><a href="members.html"> Members </span></a></li>
<li><a href="research.html"> Research Areas </a></li>
<li><a href="publication.html" > Publications </span></a></li>
<li><a href="projects.html"> Projects </a></li>
<li><a href="lecture.html" class="active"> Lectures </a></li>
<li><a href="recruit.html"> Recruit </a></li>
<li><a href="contact.html"> Contact </a></li>
<li><a href="info.html"> Useful Information </a></li>
</ul>
</div>
<div class="colmask rightmenu">
<div class="colleft">
<div class="col1">
<br>
<!-- Column 1 start -->
<hr>
<ul>
<li> <h3> 2019 Fall </h3>
<ul>
<li> Undergraduate
<ul>
<li> <p> 전산학실습 </p>
<li> <p> 보안네트워크 프로그래밍 </p>
</ul>
<li> Graduate
<ul>
<li> <p> 암호소프트웨어구현 </p>
</ul>
</ul>
<li> <h3> 2019 Spring </h3>
<ul>
<li> Undergraduate
<ul>
<li> <p> 기초프로그래밍 (085133-1) </p>
<li> <p> 알고리즘개론 (139540-1) </p>
<li> <p> 암호분석 (139580-1) </p>
</ul>
</ul>
</ul>
<!-- Column 1 end -->
</div>
<div class="col2">
<!-- Column 2 start -->
<!-- Column 2 end -->
</div>
</div>
</div>
<div id="footer">
<p>Crypto Optimization & Application Lab at Kookmin University</p>
</div>
</body>
</html>