head.html (854B)
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 - DIR: subdirectory relative to the repository-root
8 - REPO: url of the repository
9 -->
10 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
12 <meta name="viewport" content="width=device-width, initial-scale=1" />
13 <title><!--TITLE--> - <!--DESC--></title>
14 <link rel="icon" type="image/png" href="<!--DIR-->/favicon.png" />
15 <link rel="alternate" type="application/atom+xml" title="<!--REPO--> Atom Feed" href="<!--DIR-->/atom.xml" />
16 <link rel="alternate" type="application/atom+xml" title="<!--REPO--> Atom Feed (tags)" href="<!--DIR-->/tags.xml" />
17 <link rel="stylesheet" type="text/css" href="<!--DIR-->/style.css" />
18 </head>
19