0013
This commit is contained in:
31
docs/accessibility.html
Normal file
31
docs/accessibility.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Accessibility</title>
|
||||
<link rel="stylesheet" href="/assets/css/law.css">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
|
||||
<a href="/website/index.html" >Home</a>
|
||||
|
||||
<a href="/website/about.html" >About</a>
|
||||
|
||||
<a href="/website/blog.html" >Blog</a>
|
||||
|
||||
</nav>
|
||||
<h1>Accessibility</h1>
|
||||
<nav>
|
||||
|
||||
<a href="/website/terms.html" >Terms</a>
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a>
|
||||
|
||||
<a href="/website/blog.html" >Blog</a>
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a>
|
||||
|
||||
</nav>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user