You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
925 B
Smarty

<!DOCTYPE html>
<html>
<head>
<title>Cryto Coding Collective :: {%?title}</title>
<link rel="stylesheet" type="text/css" href="/static/style.css">
</head>
<body>
<div class="wrapper">
<div class="header">
<h1>Cryto Coding Collective</h1>
<h2>Home</h2>
</div>
<div class="menu">
<a href="/">Home</a>
<a href="/projects/">Projects</a>
<a href="/guides/">Guides</a>
<a href="/mirrors/">Mirrors</a>
<a href="/irc/">IRC</a>
<a href="/donate/">Donate</a>
</div>
<div class="content">
{%?contents}
</div>
<div class="footer">
The design and contents of this website are, unless specified otherwise, licensed under
WTFPL - which essentially means you can do with it whatever you want. Individual downloads
may be licensed under a different license. Be sure to check the LICENSE file when
downloading an archive.
</div>
</div>
</body>
</html>