forked from DFHack/dfhack
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
Latest commit
16 lines (16 loc) · 581 Bytes
/
Copy pathREADME.html
File metadata and controls
16 lines (16 loc) · 581 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<!-- DO NOT CHANGE THIS FILE - it redirects to the actual documentation. -->
<!-- If the page is not found, you can read the raw docs in the docs folder. -->
<htmllang="en-US">
<head>
<metacharset="UTF-8">
<metahttp-equiv="refresh" content="0;url=./docs/index.html">
<scripttype="text/javascript">
window.location.href="./docs/index.html"
</script>
<title>Page Redirection</title>
</head>
<body>
Follow this <ahref='./docs/index.html'>link to the documentation.</a>
</body>
</html>