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

index.html (891B)


      1 <!-- SPDX-License-Identifier: AGPL-3.0-or-later
      2      SPDX-FileCopyrightText: 2021-2024 JayVii <jayvii[AT]posteo[DOT]de> -->
      3 
      4 
      5 <!DOCTYPE html>
      6 <html>
      7 <head>
      8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      9 <meta name="viewport" content="width=device-width, initial-scale=1" />
     10 <title>Repositories</title>
     11 <link rel="icon" type="image/png" href="favicon.png" />
     12 <link rel="stylesheet" type="text/css" href="style.css" />
     13 </head>
     14 <body>
     15 <table>
     16 <tr><td><img src="logo.png" alt="" width="32" height="32" /></td>
     17 <td><span class="desc">Non-Public page!</span></td></tr><tr><td></td><td>
     18 </td></tr>
     19 </table>
     20 <hr/>
     21 <div id="content">
     22 <p>This section is non-public. You are probably looking for the public section.</p>
     23 <p>If you are not being redirected now, please click <a href="pub/">HERE</a>.</p>
     24 </div>
     25 </body>
     26 <meta http-equiv="Refresh" content="0; url='pub/'" />
     27 </html>