mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
23 lines
896 B
HTML
23 lines
896 B
HTML
<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="AUTH_URL" 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> |