added links to the status site
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2022-02-12 12:22:44 +01:00
parent 7770a8eea2
commit 021ff5f7b2
3 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<!-- Footer --> <!-- Footer -->
<div class="footer rounded-top"> <div class="footer rounded-top">
<span class="text-muted"><a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2018-2021 Ellpeck</a> &ndash; <a href="/impressum">Impressum</a> &ndash; <a href="/privacy">Privacy</a></span> <span class="text-muted"><a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2018-2021 Ellpeck</a> &ndash; <a href="/impressum">Impressum</a> &ndash; <a href="/privacy">Privacy</a> &ndash; <a href="https://status.ellpeck.de">Status</a></span>
<div class="quote"> <div class="quote">
<span id="quote-text"></span> <span id="quote-text"></span>
<script src="/scripts/quote.js"></script> <script src="/scripts/quote.js"></script>

View file

@ -40,6 +40,7 @@
<a href="https://ellpeck.de">🏠 Main Site</a> <a href="https://ellpeck.de">🏠 Main Site</a>
<a href="https://ellpeck.de/impressum">📜 Impressum</a> <a href="https://ellpeck.de/impressum">📜 Impressum</a>
<a href="https://ellpeck.de/privacy">🙈 Privacy</a> <a href="https://ellpeck.de/privacy">🙈 Privacy</a>
<a href="https://status.ellpeck.de">🚦 Status</a>
<a href="https://git.ellpeck.de/Ellpeck/Web">&copy; Ellpeck</a> <a href="https://git.ellpeck.de/Ellpeck/Web">&copy; Ellpeck</a>
</div> </div>
<div id="content"> <div id="content">

View file

@ -95,6 +95,6 @@
</div> </div>
<div class="footer"> <div class="footer">
<a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2021 Ellpeck</a> &ndash; <a href="https://ellpeck.de/impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/privacy">Privacy</a> <a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2021 Ellpeck</a> &ndash; <a href="https://ellpeck.de/impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/privacy">Privacy</a> &ndash; <a href="https://status.ellpeck.de">Status</a>
</div> </div>
</body> </body>