-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathprojects.html
More file actions
53 lines (47 loc) · 1.84 KB
/
projects.html
File metadata and controls
53 lines (47 loc) · 1.84 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="en-au" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Previous Projects - code52</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="shortcut icon" href="/img/favicon.ico" />
</head>
<body>
<div id="container">
<div id="side">
<a href="/" id="home" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
<div id="hometext"><a href="/" >code52</a></div>
<div class="section">
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="http://talk.code52.org/">discussion</a></li>
<li><a href="http://twitter.com/code_52">twitter</a></li>
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
<li><a href="http://code52.uservoice.com">uservoice</a></li>
<li><a href="/contributing.html">contributing</a></li>
<li><a href="/projects.html">previous projects</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="entry-container">
<div class='entry'>
<h1> Previous Projects </h1>
<span class="postdate">
</span>
<p><a href="http://www.github.com/code52/DownmarkerWPF">DownmarkerWPF</a></p>
</div>
</div>
<div id="page-navigation">
<div class="left"> </div>
<div class="right"> </div>
<div class="clear"> </div>
</div>
</div>
</div>
</body>
</html>