diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-25 10:51:02 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-25 10:51:02 +0100 |
| commit | 6537873f144bd7a1350462c10c5500ed0db4bbaa (patch) | |
| tree | b58269a576d6ce7a58884d6d7c853df3fb8028c6 /default | |
| parent | e108727c45167833498146d95ab57c286cbaf0a8 (diff) | |
add notice header about my new site
Diffstat (limited to 'default')
| -rw-r--r-- | default/templates/html5.xml | 6 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index 925617a..c866a73 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -12,6 +12,12 @@ <tag>link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$"</tag> </head> <body> + <div class="noticeheader"> + <type class="bold">This is my old internet site, the new one is: </type> + <hyperlink href="gemini://snonux.de" /> + <noop> | </noop> + <hyperlink href="http://snonux.de" /> + </div> <div class="header"> <type class="bold">A fortune quote: </type> <type class="italic">$$!/usr/bin/fortune -s$$</type> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 17daa98..00632fa 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -14,6 +14,12 @@ <link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$"/> </head> <body> + <div class="noticeheader"> + <type class="bold">This is my old internet site, the new one is: </type> + <hyperlink href="gemini://snonux.de" /> + <noop> | </noop> + <hyperlink href="http://snonux.de" /> + </div> <div class="header"> <type class="bold">A fortune quote: </type> <type class="italic">$$!/usr/bin/fortune -s$$</type> |
