infrastructure/ansible/roles/docker/files/yourls/index.html
Jake Howard 5027e77534
Have yourls redirect root to admin page
I keep forgetting this is a thing and thinking it's broken
2020-02-07 13:57:03 +00:00

9 lines
149 B
HTML

<html>
<head>
<meta http-equiv="refresh" content="0; url=/admin/" />
</head>
<body>
<h1>Redirecting to admin...</h1>
</body>
</html>