-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.xml
99 lines (94 loc) · 3 KB
/
sitemap.xml
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>A Blog</title>
<meta http-equiv='X-UA-Compatible' content='IE=edge;chrome=1' />
<meta content='width=device-width' name='viewport' />
<link type="text/css" media="screen" href="/stylesheets/app.css?1433645362" rel="stylesheet" />
</head>
<body>
<div id="header">
<h1><a href="/">A Blog</a></h1>
</div>
<div id="main" role="main">
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://nyan.catcyb.org/</loc>
<priority>0.7</priority>
<lastmod>2015-06-07T00:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2014/08/03/rolling-your-own-loading-indicator-using-core-animation/</loc>
<priority>0.7</priority>
<lastmod>2014-08-03T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2013/12/04/ways-to-display-tabular-data-on-ios/</loc>
<priority>0.7</priority>
<lastmod>2013-12-04T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2013/07/09/4-tips-to-build-fast-websites/</loc>
<priority>0.7</priority>
<lastmod>2013-07-09T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2013/05/09/my-stages-of-studying-web-design/</loc>
<priority>0.7</priority>
<lastmod>2013-05-09T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2013/03/15/extending-sets-in-redis/</loc>
<priority>0.7</priority>
<lastmod>2013-03-15T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2013/03/14/playing-with-pagespeed/</loc>
<priority>0.7</priority>
<lastmod>2013-03-14T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2013/03/05/middleman-or-jekyll/</loc>
<priority>0.7</priority>
<lastmod>2013-03-05T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2013/01/30/learning-design/</loc>
<priority>0.7</priority>
<lastmod>2013-01-30T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>/2013/01/30/activities-on-spare-time/</loc>
<priority>0.7</priority>
<lastmod>2013-01-30T07:00:00+07:00</lastmod>
<changefreq>weekly</changefreq>
</url>
</urlset>
</div>
<div id="footer">
<p><a href="/">A Blog</a></p>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38935144-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>