<html> <head> <title>Sign into Ion</title> <style> body { background: #5ac8fb; background: -webkit-linear-gradient(to left, #52edc7, #5ac8fb); background: linear-gradient(to left, #52edc7, #5ac8fb); } </style> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> </head> <body> <div class="d-flex align-items-center justify-content-center" style="height: 100vh"> <a href="https://ion.tjhsst.edu/oauth/authorize/?response_type=code&client_id=QeZPBSKqdvWFfBv1VYTSv9iFGz5T9pVJtNUjbEr6&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2F&scope=read&state=w4hxAszhLTubmyrMqEbaJO6qAM4wCJ" title="Ion" class="border border-dark p-3 btn btn-lg mx-auto" style="box-shadow: 5px 10px;"> <img src="https://ion.tjhsst.edu/static/img/favicon.png"> Sign in with Ion </a> </div> </body> </html>