doc update

This commit is contained in:
Tristan Krause 2019-05-22 10:32:51 +02:00
parent 22c750cc8c
commit 5d7407aded
56 changed files with 131 additions and 3889 deletions

15
docs/index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=html">
<script type="text/javascript">
window.location.href = "html"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='html'>link to example</a>.
</body>
</html>