2013-01-16 05:07:38 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Cryto Team</title>
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Nobile:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
|
|
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
2013-01-16 06:08:34 +01:00
|
|
|
{%?contents}
|
2013-01-16 05:07:38 +01:00
|
|
|
<div class="footer">
|
|
|
|
Cryto Team is a free project management and hosting service for non-profit projects. <a href="/signup">Sign up today!</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|