Created
July 24, 2021 12:26
-
-
Save alpap/88feb05443923db7a9cdc5f4a6369494 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html data-darkreader-mode="dynamic" data-darkreader-scheme="dark"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<title>Accidental Quality</title> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,600&display=swap'); | |
* { | |
font-family: 'Montserrat', sans-serif; | |
user-select: none; | |
} | |
h1 { | |
font-size: 50px; | |
} | |
body { | |
background-color: white; | |
height: 100%; | |
width: 100%; | |
text-align: center; | |
} | |
.box { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
height: 100%; | |
width: 100%; | |
flex-direction: row; | |
flex-wrap: wrap; | |
} | |
.box a { | |
padding: 20px; | |
margin: 8px; | |
border: 1px black solid; | |
} | |
.box a:hover { | |
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); | |
} | |
.box a > img { | |
width: 160px; | |
height: 160px; | |
} | |
h1 { | |
margin-top: 17%; | |
margin-bottom: 3%; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Accidental quality</h1> | |
<br /> | |
<div class="box"> | |
<a rel="nofollow" data-method="post" href="https://www.accidentalquality.com/users/auth/google_oauth2"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/5/53/Google_%22G%22_Logo.svg" /> | |
</a> | |
<a rel="nofollow" data-method="post" href="https://www.accidentalquality.com/users/auth/microsoft_v2_auth"> | |
<img src="AccidentalQuality_files/microsoft_login-9936198fa9f7377b09de7c60a8c359f30742b7726e9e.png" /> | |
</a> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment