Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
138 lines (94 loc) · 3.8 KB
/
Copy pathindex.html
File metadata and controls
138 lines (94 loc) · 3.8 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><htmlclass="no-js" lang="en"><!--<![endif]-->
<head>
<metacharset="utf-8">
<title>Java Steps</title>
<metaname="author" content="PLWeb">
<metaname="description" content=" Blog Archives 近期專欄 ">
<!-- http://t.co/dKP3o1e -->
<metaname="HandheldFriendly" content="True">
<metaname="MobileOptimized" content="320">
<metaname="viewport" content="width=device-width, initial-scale=1">
<linkrel="canonical" href="http://javasteps.plweb.org/">
<linkhref="/favicon.png" rel="icon">
<linkhref="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<scriptsrc="/javascripts/modernizr-2.0.js"></script>
<scriptsrc="/javascripts/ender.js"></script>
<scriptsrc="/javascripts/octopress.js" type="text/javascript"></script>
<linkhref="/atom.xml" rel="alternate" title="Java Steps" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<linkhref="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<linkhref="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
</head>
<body>
<headerrole="banner"><hgroup>
<h1><ahref="/">Java Steps</a></h1>
<h2>「手腦並用學 Java」程式語言數位教材</h2>
</hgroup>
</header>
<navrole="navigation"><ulclass="subscription" data-subscription="rss">
<li><ahref="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<formaction="http://google.com/search" method="get">
<fieldsetrole="search">
<inputtype="hidden" name="q" value="site:javasteps.plweb.org" />
<inputclass="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ulclass="main-navigation">
<li><ahref="/">首頁</a></li>
<li><ahref="/blog/archives">專欄</a></li>
<li><ahref="/faq">常見問題</a></li>
<li><ahref="/ebook">電子書</a></li>
<li><ahref="/plweb">教學系統</a></li>
</ul>
</nav>
<divid="main">
<divid="content">
<divclass="blog-index">
<divclass="pagination">
<ahref="/blog/archives">Blog Archives</a>
</div>
</div>
<asideclass="sidebar">
<section>
<h1>近期專欄</h1>
<ulid="recent_posts">
</ul>
</section>
</aside>
</div>
</div>
<footerrole="contentinfo"><p>
Copyright © 2012 - PLWeb -
<spanclass="credit">Powered by <ahref="http://octopress.org">Octopress</a></span>
</p>
</footer>
<divid="fb-root"></div>
<script>(function(d,s,id){
varjs,fjs=d.getElementsByTagName(s)[0];
if(d.getElementById(id)){return;}
js=d.createElement(s);js.id=id;
js.src="//connect.facebook.net/zh_TW/all.js#appId=212934732101925&xfbml=1";
fjs.parentNode.insertBefore(js,fjs);
}(document,'script','facebook-jssdk'));</script>
<scripttype="text/javascript">
(function(){
varscript=document.createElement('script');script.type='text/javascript';script.async=true;
script.src='https://apis.google.com/js/plusone.js';
vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(script,s);
})();
</script>
<scripttype="text/javascript">
(function(){
vartwitterWidgets=document.createElement('script');
twitterWidgets.type='text/javascript';
twitterWidgets.async=true;
twitterWidgets.src='http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>