-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomplete.html
More file actions
90 lines (82 loc) · 4.11 KB
/
Copy pathcomplete.html
File metadata and controls
90 lines (82 loc) · 4.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Five Computers · complete</title>
<link rel="shortcut icon" href="http://fivecomputers.com/favicon.ico" />
<link href="http://fivecomputers.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Five Computers Atom Feed" />
<link rel="stylesheet" href="http://fivecomputers.com/theme/css/screen.css" type="text/css" />
<link rel="stylesheet" href="http://fivecomputers.com/theme/css/pygments.css" type="text/css" />
</head>
<body>
<div id="header">
<ul id="nav">
<li><a href="http://fivecomputers.com">Home</a></li>
<li><a href="http://fivecomputers.com/pages/about-gordon.html">About Gordon</a></li>
<li><a href="http://fivecomputers.com/archives.html">Archives</a></li>
</ul>
<div class="header_box">
<h1><a href="http://fivecomputers.com">Five Computers</a></h1>
</div>
</div>
<div id="wrapper">
<div id="content">
<h4 class="date">Feb 12, 2008</h4>
<div class="post">
<h2 class="title">
<a href="http://fivecomputers.com/complete.html" rel="bookmark" title="Permanent Link to "complete"">complete</a>
</h2>
<p>Finally! Now my Mac <a href="http://news.bbc.co.uk/2/hi/technology/7760344.stm">can do everything</a> my windows machine can do. I'm so happy.</p>
<div class="clear"></div>
<p>There are <a href="http://fivecomputers.com/complete.html#disqus_thread">comments</a>.</p>
<div class="info">
<a href="http://fivecomputers.com/complete.html">posted at 12:00 P</a> · <a href="http://fivecomputers.com/category/02.html" rel="tag">02</a> <div class="tags">
<a href="http://fivecomputers.com/tag/software.html">software</a>
</div>
</div>
<div class="clear"></div>
</div>
<!-- test -->
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "complete.html";
var disqus_url = "http://fivecomputers.com/complete.html";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://fivecomputers.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
<div class="clear"></div>
<div id="footer">
<p>
<a href="https://twitter.com/GordonMcGregor">Twitter @GordonMcGregor</a>
·
<a class="atom" href="http://fivecomputers.com/feeds/all.atom.xml">RSS Feed</a>
</div>
</div>
<div class="clear"></div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-42678190-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript">
var disqus_shortname = 'fivecomputers';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>