-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathhttp.html
79 lines (60 loc) · 2.46 KB
/
http.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
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTTP、Ajax、Facebook</title>
<meta name="description" content="不囉唆學 Ajax。以 reveal.js 製作的 HTML / CSS / JS 投影片。">
<meta name="author" content="MrOrz">
<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>
<section class="first title">
<h1>HTTP</h1>
<ul class="nav">
<li><a href="html.html">HTML</a></li><li><a href="css.html">CSS</a></li><li><a href="js.html">JS</a></li><li><a href="jquery.html">jQuery</a></li><li><a href="bootstrap.html">Bootstrap</a></li><li>HTTP / AJAX / FB</li>
</ul>
<p class="leader">按 <kbd>ESC</kbd> 概覽</p>
</section>
<section data-markdown="markdown/http/intro.md"></section>
</section>
<section>
<section class="title">
<h1>HTTP Request & Response</h1>
</section>
<section data-markdown="markdown/http/request.md"></section>
</section>
<section>
<section class="title">
<h1>Ajax</h1>
</section>
<section data-markdown="markdown/http/ajax.md"></section>
</section>
<section>
<section class="title">
<h1>Facebook</h1>
</section>
<section data-markdown="markdown/http/facebook.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="9adb"></script>
</body>
</html>