Skip to content

Instantly share code, notes, and snippets.

@codingisacopingstrategy
Created May 28, 2009 12:36
Show Gist options
  • Save codingisacopingstrategy/119268 to your computer and use it in GitHub Desktop.
Save codingisacopingstrategy/119268 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Te doen | To do</title>
</head>
<body>
<h2></h2>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li>Ondertitelen
<ul>
<li></li>
</ul>
</li>
<li>Website
<ul>
<li></li>
</ul>
</li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment