fixing-accessibility-issues #14

Open
wohfab wants to merge 9 commits from wohfab/fedi.camp_Website:fixing-accessibility-issues into main
Showing only changes of commit 77871367c0 - Show all commits

View file

@ -13,6 +13,17 @@
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Mastodon verification -->
<link rel="me" href="https://stream.fedi.camp/@fedicamp24" />
<link rel="me" href="https://dz.social/@tobi" />
<link rel="me" href="https://social.tchncs.de/@wuffel" />
<link rel="me" href="https://social.tchncs.de/@herbstfreud" />
<link rel="me" href="https://social.tchncs.de/@raspel" />
<link rel="me" href="https://fedifreu.de/@korporal" />
<link rel="me" href="https://social.tchncs.de/@lady_amalthea" />
<link rel="me" href="https://suma-ev.social/@christian" />
<link rel="me" href="https://mastodon.xyz/@Profpatsch" />
<link rel="me" href="https://fedifreu.de/@chpietsch" />
</head>
<body class="is-preload">
@ -342,19 +353,5 @@
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/content-loader.js"></script>
<!-- Mastodon verification -->
<a rel="me" href="https://stream.fedi.camp/@fedicamp24"></a>
<a rel="me" href="https://dz.social/@tobi"></a>
<a rel="me" href="https://social.tchncs.de/@wuffel"></a>
<a rel="me" href="https://social.tchncs.de/@herbstfreud"></a>
<a rel="me" href="https://social.tchncs.de/@raspel"></a>
<a rel="me" href="https://fedifreu.de/@korporal"></a>
<a rel="me" href="https://social.tchncs.de/@lady_amalthea"></a>
<a rel="me" href="https://suma-ev.social/@christian"></a>
<a rel="me" href="https://mastodon.xyz/@Profpatsch"></a>
<a rel="me" href="https://fedifreu.de/@chpietsch"></a>
</body>
</html>