v0.1
This commit is contained in:
commit
e52aacbf28
24 changed files with 2546 additions and 0 deletions
40
about.html
Normal file
40
about.html
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<title>A11y Elevator List</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>A11y Elevator List</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="index.html">
|
||||
Elevator List
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="about.html">
|
||||
What is this?
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<section>
|
||||
<h2>What is this site?</h2>
|
||||
<p>
|
||||
This site provides an (at least more) accessible version of the HVV Website for (not) working elevators:<br>
|
||||
<a href="https://www.hvv.de/de/aufzuege">HVV Website</a>
|
||||
</p>
|
||||
<p>
|
||||
bla...
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue