-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (74 loc) · 2.62 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>zzpwelkin</title>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/myglogo/blog/feed" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0"
href="/myglogo/blog/feed/atom" />
<link rel='stylesheet' href='/css/pygments_murphy.css' type='text/css' />
<link rel='stylesheet' href='http://localhost:8080/myglogo/css/base.css' type='text/css' />
</head>
<body>
<div class="header" id="content">
<h1 backage>zzpwelkin</h1>
<p>记录并分享生活中的点滴.</p>
<hr/>
<div id="main_block">
<!-- 分类列表 -->
<div class="categorysidebar" id="category">
<ul>
<li><a href="/myglogo/blog/category/wps网络服务">WPS网络服务 (1)</a><li>
<li><a href="/myglogo/blog/category/影像镶嵌">影像镶嵌 (1)</a><li>
<li><a href="/myglogo/blog/category/面向对象信息提取">面向对象信息提取 (1)</a><li>
</ul>
</div>
<!-- 内容体 -->
<div class="post" id="post_block">
<div>
<ul>
<li><a href="/myglogo/blog/2012/08/23/影像镶嵌自动化实现白皮书">影像镶嵌自动化实现白皮书</a></li>
<li><a href="/myglogo/blog/2012/08/23/网络gis服务构建计划书">网络GIS服务构建计划书</a></li>
<li><a href="/myglogo/blog/2012/08/23/区域增长分隔">区域增长分隔</a></li>
<li><a href="/plugin_website/">plugin</a></li>
<li><a href="/maven/repository/">repository</a></li>
</ul>
</div>
<hr>
<div id="photo_gallery">
<table>
<tr>
</tr>
</table>
</div>
</div><!-- End Prose Block -->
</div><!-- End Main Block -->
<div class="footer" id="footer">
<hr/>
<p id="credits">
Powered by <a href="http://www.blogofile.com">Blogofile</a>.<br/>
<br/>
RSS feeds for <a href="/myglogo/blog/feed">Entries</a>
and <a
href="http://your_disqus_name.disqus.com/latest.rss">Comments</a>.
<br>
</p>
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/your_disqus_name/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
</div> <!-- End Footer -->
</div> <!-- End Content -->
</body>
</html>