-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
79 lines (64 loc) · 2.61 KB
/
atom.xml
File metadata and controls
79 lines (64 loc) · 2.61 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[My Octopress Blog]]></title>
<link href="http://iuin.github.io/atom.xml" rel="self"/>
<link href="http://iuin.github.io/"/>
<updated>2016-03-10T01:29:56+08:00</updated>
<id>http://iuin.github.io/</id>
<author>
<name><![CDATA[Your Name]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Zfl]]></title>
<link href="http://iuin.github.io/blog/2016/03/10/zfl/"/>
<updated>2016-03-10T01:28:30+08:00</updated>
<id>http://iuin.github.io/blog/2016/03/10/zfl</id>
<content type="html"><![CDATA[<h2>张甫林</h2>
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
<span class='line-number'>5</span>
<span class='line-number'>6</span>
<span class='line-number'>7</span>
</pre></td><td class='code'><pre><code class=''><span class='line'>public class Test2
</span><span class='line'>{
</span><span class='line'> public static void main(String[] args)
</span><span class='line'> {
</span><span class='line'> System.out.println("zfl!!!");
</span><span class='line'> }
</span><span class='line'>}</span></code></pre></td></tr></table></div></figure>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Hello]]></title>
<link href="http://iuin.github.io/blog/2016/03/10/hello/"/>
<updated>2016-03-10T01:00:05+08:00</updated>
<id>http://iuin.github.io/blog/2016/03/10/hello</id>
<content type="html"><![CDATA[<h1>这是一个标题</h1>
<p><code>标记的内容</code></p>
<hr />
<ul>
<li>第一点</li>
<li>第二点</li>
<li>第三点</li>
</ul>
<hr />
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
<span class='line-number'>5</span>
<span class='line-number'>6</span>
<span class='line-number'>7</span>
</pre></td><td class='code'><pre><code class=''><span class='line'>public class Test2
</span><span class='line'>{
</span><span class='line'> public static void main(String[] args)
</span><span class='line'> {
</span><span class='line'> System.out.println("Hello World!!!");
</span><span class='line'> }
</span><span class='line'>}</span></code></pre></td></tr></table></div></figure>
]]></content>
</entry>
</feed>