niklas2810/my-discord-butler

View on GitHub
pages/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <title>Redirecting</title>
</head>
<body>
<p>I think you want to go to the <a href="coverage">coverage page.</a></p>
<script>
        window.onload = function() {
            window.location.href = "coverage";
        }


</script>
</body>
</html>