-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.04 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lynn 的 F2E 2nd 作品列表</title>
<meta name="description" content="這裡展示六角學院課程的作業。">
<!-- FB -->
<meta property="og:site_name" content="clhuang224/HexCourses">
</meta>
<meta property="og:description" content="裡展示觀看六角學院課程時的作業。">
</meta>
<!-- font -->
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap" rel="stylesheet">
<!-- css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/all.css">
</head>
<body>
<header class="header">
<h1 class="title">Lynn 的 F2E 2nd 作品列表</h1>
</header>
<main class="main">
<ul id="list-tab" class="nav nav-tabs"></ul>
<div class="tab-content"></div>
</main>
<!-- js -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/all.js"></script>
</body>
</html>