diff options
author | EuAndreh <eu@euandre.org> | 2021-05-30 19:50:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-05-30 19:50:39 -0300 |
commit | 04900bbecb4909518583b9a847aa0b87bd2e4650 (patch) | |
tree | b262c0c6d326c9acebb6a40b45c00f60c4c7a84e /src/templates/header.html | |
parent | WIP init Rust (diff) | |
download | gistatic-04900bbecb4909518583b9a847aa0b87bd2e4650.tar.gz gistatic-04900bbecb4909518583b9a847aa0b87bd2e4650.tar.xz |
Remove existing templates
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> |