UNPKG

autodocs

Version:

Automates publishing documentation, for use continuous integration and continuous deployment

16 lines (15 loc) 475 B
<!DOCTYPE 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>