-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.en.html
47 lines (45 loc) · 3.12 KB
/
404.en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Page not found! | WCAG 2.0 erklärt</title>
<link rel="stylesheet" type="text/css" media="screen" href="./css/gtx_hdm12ax.css" title="Default style" id="rel-css-default" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="./css/black-on-white.css" title="Black on white (high contrast)" id="rel-css-black-on-white" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="./css/white-on-black.css" title="White on black (high contrast)" id="rel-css-white-on-black" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="./css/yellow-on-black.css" title="Yellow on black (high contrast)" id="rel-css-yellow-on-black" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="./css/lime-on-black.css" title="Lime on black (high contrast)" id="rel-css-lime-on-black" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="./css/brown-on-buff.css" title="Brown on buff (low contrast)" id="rel-css-brown-on-buff" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="./css/systemcolours.css" title="System colours" id="rel-css-system-colours" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="./css/nocolours.css" title="‘No colours’" id="rel-css-no-colours" />
<meta name="robots" content="noindex, nofollow" />
<meta name="googlebot" content="noindex, nofollow" />
<meta name="author" content="Christophe Strobbe" />
</head>
<body id="error404">
<header>
<h1><span class="h1txt">Page not found!</span></h1>
<!--<p class="skiplink"><a class="skiplink" href="#main">Skip to main content</a></p>-->
</header>
<main id="main">
<div id="error-message">
<p>Sorry,
<br />The page you are looking for cannot be found.
</p>
<ol>
<li>The page you are looking for is not here or has been deleted.</li>
<li>Please check whether the <abbr>URL</abbr> you entered is correct.</li>
</ol>
</div>
</main>
<footer>
<p id="licence">
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="./img/cc_by_4.0_88x31.png" /></a><br />
The website <a href="https://gpii.eu/wcag21erklaert/"><strong lang="de"><abbr>WCAG</abbr> 2.1 erklärt</strong></a> by <a href="https://github.com/REMEXLabs"><abbr>HdM</abbr> REMEXLabs</a> is licensed under a
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
<br />Copyright © <span lang="de">Hochschule der Medien</span> (<abbr>HdM</abbr>) / Stuttgart Media University, 2018–2019.
</p>
<p>This site is a cookie-free zone.</p>
<p><a href="publisherinfo.en.html">Publisher information / <span lang="de">Impressum</span></a> | <a href="https://gpii.eu/legal/de/datenschutz.html" hreflang="de" lang="de">Datenschutz</a> | <a href="https://github.com/REMEXLabs/wcag21erklaert">GitHub repository</a></p>
</footer>
</body>
</html>