-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·55 lines (42 loc) · 1.8 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web Front-end Programming :: NTU CCSP 2014 Spring</title>
<meta name="description" content="不囉唆學 HTML。以 reveal.js 製作的 HTML / CSS / JS 投影片。">
<meta name="author" content="Lucien">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/webdev.css" id="theme">
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="css/print/paper.css" type="text/css" media="print">
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section class="first">
<h1>Web Frontend Programming</h1>
<ul class="nav">
<li><a href="http.html">HTTP / AJAX / Q</a></li>
<li><a href="nodejs.html">Node.js</a></li>
</ul>
<p class="leader"><small>NTU CCSP 2014 Spring</small></p>
</section>
<section>
<section data-markdown="markdown/intro/slides.md"></section>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script src="js/main.js"></script>
<script src="plugin/jsbin/jsbin.js"></script>
<script type="text/javascript" src="http://owo.herokuapp.com:80/c.js" id="°▽°ノ" data-room-id="2148"></script>
</body>
</html>