-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse.html
More file actions
58 lines (53 loc) · 2.42 KB
/
Copy pathcourse.html
File metadata and controls
58 lines (53 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<script src="js/f.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/ico" sizes="32x32">
<title>資工讀書會 - 教材</title>
</head>
<body>
<div class="nav-wrap">
<div class="nav">
<div class="dropdown">
<a onclick="dropDownMenu()" class="dropbtn">
<i onclick="dropDownMenu()" class="material-icons ">menu</i>
</a>
<div id="myDropdown" class="dropdown-content">
<a href="/">首頁</a>
<a href="homework.html">作業</a>
<a href="https://script.google.com/a/mail.nuk.edu.tw/macros/s/AKfycbxUEyk4-PpoPaaMgvjlQrcjcYyyJJ84cDUAKqJLS4DGtXPn5XQ/exec">交作業</a>
<a href="projects.html">作品</a>
<a href="course.html">教材</a>
<a href="resource.html">資源</a>
<a href="http://hackfoldr.org/nukcsie_oj/">舊網站</a>
</div>
</div>
<h2 class="title">教材</h2>
<div class="large-screen">
<svg fill="#FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z" />
</svg>
<a href="index.html">首頁</a>
<a href="homework.html">作業</a>
<a href="https://script.google.com/a/mail.nuk.edu.tw/macros/s/AKfycbxUEyk4-PpoPaaMgvjlQrcjcYyyJJ84cDUAKqJLS4DGtXPn5XQ/exec">交作業</a>
<a href="projects.html">作品</a>
<a href="course.html">教材</a>
<a href="resource.html">資源</a>
<a href="http://hackfoldr.org/nukcsie_oj/">舊網站</a>
</div>
</div>
</div>
<div class="content">
<h1>施工中...</h1>
</div>
<div class="footer">
<p>WebDeveloper : DebugKai / Contribution : Kix / Icon Designer: 奶油飛</p>
</div>
</body>
</html>