-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
81 lines (78 loc) · 5 KB
/
404.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<!-- custom 404 page, as explained at https://help.github.com/articles/creating-a-custom-404-page-for-your-github-pages-site/ -->
<head>
<meta charset="utf-8" />
<title>Page not found! | GTx HDM1.2aX</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>
<nav>
<h2>Site Navigation</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="accessibility-usability.html">Accessibility and Usability</a></li>
<li><a href="what-is-web-accessibility.html" title="What Is Web Accessibility and Why Is It Important?">Web Accessibility</a></li>
<li><a href="browser-features.html">Browser Features</a></li>
<li><a href="gpii-common-terms.html"><abbr>GPII</abbr> Common Terms</a></li>
<li><a href="glossary.html"><abbr>ICT</abbr> Accessibility Glossary</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</nav>
<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>
<div id="sitemap">
<p>All pages on this site:</p>
<ul>
<li><a href="index.html" rel="home">Home</a></li>
<li><a href="accessibility-usability.html">Accessibility and Usability</a>: video.</li>
<li><a href="browser-features.html">Browser Features</a>: accessibility features, especially in Firefox.</li>
<li><a href="gpii-common-terms.html"><abbr title="Global Public Inclusive Infrastructure">GPII</abbr> Common Terms</a>: table describing a selection of needs and preferences.</li>
<li><a href="glossary.html" rel="glossary"><abbr>ICT</abbr> Accessibility Glossary</a>.</li>
<li><a href="links.html">Links</a>.</li>
<li><a href="contact-form.html">Contact form</a>.</li>
<li><a href="publisherinfo.html">Publisher information / <span lang="de">Impressum</span></a></li>
<li><a href="contact-form.html">Contact Form (for testing purposes only)</a></li>
<li><a href="stallman-four-freedoms-native.html">Test Video for Native Video Player Controls</a></li>
<li><a href="stallman-four-freedoms.html">Test Video Using Plyr</a></li>
<li><a href="stallman-four-freedoms-vjs.html">Test Video Using Video.js</a></li>
<li><a href="testpage.html">Test Page (with various types of elements)</a></li>
</ul>
</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 />
<strong>Example Site for GTx_HDM1.2aX</strong> 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, 2017.
</p>
<p><a href="contact-form.html">Contact form</a> | <a href="publisherinfo.html">Publisher information / <span lang="de">Impressum</span></a> | <a href="https://github.com/REMEXLabs/GTx_HDM1.2aX">GitHub repository</a></p>
</footer>
</body>
</html>