Download this file

header.html    13 lines (12 with data), 307 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<html xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
py:strip="">
<py:def function="header">
<div id="header">
<h1 class="title">
PyForge
<span class="subtitle">hosting Open Source development</span>
</h1>
</div>
</py:def>
</html>