-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
132 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="#0ed3ff"> | ||
|
||
<title>Awakari App</title> | ||
|
||
<link rel="stylesheet" href="spectre-icons.min.css"> | ||
<link href="tailwind.output.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="autocomplete.css"/> | ||
|
||
<script src="base64.min.js"></script> | ||
<script src="login.js"></script> | ||
|
||
</head> | ||
<body class="bg-white dark:bg-gray-900 text-slate-700 dark:text-gray-300"> | ||
|
||
<nav class="text-xl flex p-1 sm:p-4 text-slate-700 dark:text-slate-200"> | ||
<button onclick="history.back()"> | ||
<svg width="26px" height="26px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M6 12H18M6 12L11 7M6 12L11 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" | ||
stroke-linejoin="round"/> | ||
</svg> | ||
</button> | ||
<span class="pl-1">Sign In</span> | ||
</nav> | ||
|
||
<div class="m-1 flex-1 flex flex-col space-y-2"> | ||
<div class="items-center justify-center flex flex-col sm:flex-row space-y-1 sm:space-y-0 sm:space-x-2"> | ||
<p class="col-span-2 text-center text-gray-600 dark:text-gray-400">Sign In to continue</p> | ||
|
||
<!-- Telegram --> | ||
<div class="justify-center"> | ||
<script async | ||
src="https://telegram.org/js/telegram-widget.js?22" | ||
data-telegram-login="AwakariBot" | ||
data-size="medium" | ||
data-onauth="handleAuthTelegram(user)" | ||
data-request-access="write" | ||
data-radius="4" | ||
data-userpic="false"> | ||
</script> | ||
</div> | ||
|
||
<!-- Google --> | ||
<!-- <div class="justify-center">--> | ||
<!-- <div id="g_id_onload"--> | ||
<!-- data-client_id="131943559095-6uojftc7uoscij6b4j2jm0ifo4cd6obc"--> | ||
<!-- data-context="signin"--> | ||
<!-- data-ux_mode="popup"--> | ||
<!-- data-callback="handleAuthGoogle"--> | ||
<!-- data-auto_prompt="false">--> | ||
<!-- </div>--> | ||
<!-- <div class="g_id_signin"--> | ||
<!-- data-type="standard"--> | ||
<!-- data-shape="rectangular"--> | ||
<!-- data-theme="outline"--> | ||
<!-- data-text="signin_with"--> | ||
<!-- data-size="medium"--> | ||
<!-- data-logo_alignment="left">--> | ||
<!-- </div>--> | ||
<!-- </div>--> | ||
</div> | ||
|
||
<div class="flex justify-center"> | ||
<span class="text-center mt-1 text-sm text-neutral-500 flex flex-col sm:flex-row"> | ||
<span class="whitespace-nowrap">By signing in, you agree to the</span> | ||
<span class="whitespace-nowrap flex"> | ||
<a href="tos.html" class="text-gray-600 dark:text-slate-400 hover:text-slate-500">Terms of Service</a> | ||
and | ||
<a href="privacy.html" class="text-gray-600 dark:text-slate-400 hover:text-slate-500">Privacy Policy</a>. | ||
</span> | ||
</span> | ||
</div> | ||
<div class="flex justify-center pt-2"> | ||
<a href="pub.html" | ||
class="col-span-2 text-center text-gray-600 dark:text-gray-400"> | ||
Skip | ||
</a> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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