mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-02-09 07:39:18 -06:00
37 lines
928 B
HTML
37 lines
928 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Huntarr Documentation</title>
|
|
<meta http-equiv="refresh" content="0;url=docs/">
|
|
<link rel="canonical" href="docs/">
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
|
|
line-height: 1.6;
|
|
color: #eee;
|
|
background-color: #121824;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 2em;
|
|
text-align: center;
|
|
}
|
|
a {
|
|
color: #3498db;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Huntarr Documentation</h1>
|
|
<p>Redirecting to <a href="docs/">documentation</a>...</p>
|
|
<script>
|
|
window.location.href = 'docs/';
|
|
</script>
|
|
</body>
|
|
</html> |