diff options
Diffstat (limited to 'src/templates/header.html')
-rw-r--r-- | src/templates/header.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/src/templates/header.html b/src/templates/header.html deleted file mode 100644 index bbad31a..0000000 --- a/src/templates/header.html +++ /dev/null @@ -1,46 +0,0 @@ -<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> |