pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

menu.html (603B)


      1 <!--
      2   SPDX-License-Identifier: AGPL-3.0-or-later
      3   SPDX-FileCopyrightText: 2024 JayVii <jayvii[AT]posteo[DOT]de>
      4   Variables
      5   - TITLE: title of the repository
      6   - DESC: description of the repository
      7   - REPO: url of the repository
      8   - MENU: menu line as generated by stagit
      9 -->
     10 <table>
     11 <tr>
     12 <td><a href="../"><img src="logo.png" alt="back" width="32" height="32" /></a></td>
     13 <td>
     14 <h1><!--TITLE--></h1>
     15 <span class="desc"><!--DESC--></span>
     16 </td>
     17 </tr>
     18 <tr class="url">
     19 <td></td>
     20 <td>git clone <a href="<!--REPO-->"><!--REPO--></a></td>
     21 </tr>
     22 <tr>
     23 <td></td>
     24 <td>
     25 <!--MENU-->
     26 </td>
     27 </tr>
     28 </table>
     29 <hr/>