aboutsummaryrefslogtreecommitdiff
path: root/src/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/header.html')
-rw-r--r--src/templates/header.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/templates/header.html b/src/templates/header.html
new file mode 100644
index 0000000..bbad31a
--- /dev/null
+++ b/src/templates/header.html
@@ -0,0 +1,46 @@
+<table>
+ <tr>
+ <td>
+ <a href="../">
+ <img src="logo.svg" alt="Logo of the project {{ name }}." width="32" height="32" />
+ </a>
+ </td>
+ <td>
+ <h1>{{ name }}</h1>
+ <span class="desc">{{ description }}</span>
+ </td>
+ </tr>
+ <tr class="url">
+ <td>
+ <!-- facepalm -->
+ </td>
+ <td>
+ git clone
+ <a href="{{ clone-prefix }}/{{ name }}">
+ {{ clone-prefix }}/{{ name }}
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <!-- y u no CSS? -->
+ </td>
+ <td>
+ <a href="index.html">
+ summary
+ </a>
+ |
+ <a href="files.html">
+ files
+ </a>
+ |
+ <a href="log.html">
+ log
+ </a>
+ |
+ <a href="refs.html">
+ refs
+ </a>
+ </td>
+ </tr>
+</table>