autodocs
Version:
Automates publishing documentation, for use continuous integration and continuous deployment
16 lines (15 loc) • 475 B
HTML
<html lang="en-US">
<head>
<script type="text/javascript">
window.location.href = "{{redirectUrl}}";
</script>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url={{redirectUrl}}">
<title>{{name}} - latest version</title>
</head>
<body>
<h1><pre>{{name}}</pre></h1>
<p><a href='{{redirectUrl}}'>Click here if not redirected automatically</a></p>
</body>
</html>