-
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
6 changed files
with
311 additions
and
74 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
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 http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="logo-color.svg"> | ||
<link rel="icon" sizes="32x32" href="logo-color.svg"> | ||
<link rel="icon" sizes="16x16" href="logo-color.svg"> | ||
<link rel="manifest" href="site.webmanifest"> | ||
<link rel="mask-icon" href="logo-color.svg" color="#0ed3cf"> | ||
<meta name="msapplication-TileColor" content="#0ed3cf"> | ||
<meta name="theme-color" content="#0ed3ff"> | ||
|
||
<title>Awakari Web</title> | ||
|
||
<link href="tailwind.output.css" rel="stylesheet"> | ||
|
||
<script src="https://accounts.google.com/gsi/client" async defer></script> | ||
<script src="https://unpkg.com/jwt-decode@3.1.2/build/jwt-decode.js"></script> | ||
<script src="login.js"></script> | ||
|
||
</head> | ||
<body class="bg-gray-100"> | ||
|
||
<div id="login" class="flex items-center justify-center"> | ||
<div class="flex flex-col items-center"> | ||
|
||
<img src="logo-color.svg" width="320px" height="320px"/> | ||
|
||
<div> | ||
Choose how to receive the notifications: | ||
</div> | ||
|
||
<div class="grid grid-cols-3 space-y-2"> | ||
|
||
<div class="pt-1"> | ||
</div> | ||
|
||
<div class="col-span-2"> | ||
<!-- Google --> | ||
<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 class="pt-1"> | ||
Telegram | ||
</div> | ||
<div class="col-span-2"> | ||
<!-- Telegram --> | ||
<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> | ||
|
||
</div> | ||
|
||
<p class="text-center mt-3 text-[14px]">By logging in, you agree to the | ||
<a href="tos.html" class="text-gray-600">Terms of Service</a> and <a href="privacy.html" class="text-gray-600">Privacy Policy</a>. | ||
</p> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,63 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<!DOCTYPE html> | ||
<!-- saved from url=(0063)https://tailwindcomponents.com/component/tab-navigation/landing --> | ||
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="logo-color.svg"> | ||
<link rel="icon" sizes="32x32" href="logo-color.svg"> | ||
<link rel="icon" sizes="16x16" href="logo-color.svg"> | ||
<link rel="icon" type="image/svg" sizes="32x32" href="logo-color.svg"> | ||
<link rel="icon" type="image/svg" sizes="16x16" href="logo-color.svg"> | ||
<link rel="manifest" href="site.webmanifest"> | ||
<link rel="mask-icon" href="logo-color.svg" color="#0ed3cf"> | ||
<meta name="msapplication-TileColor" content="#0ed3cf"> | ||
<meta name="theme-color" content="#0ed3ff"> | ||
<meta name="theme-color" content="#0ed3cf"> | ||
|
||
<title>Awakari Web</title> | ||
<meta property="og:url" content="https://awakari.cloud"> | ||
<meta property="og:title" content="Awarkari"> | ||
<meta property="og:description" content="Event-driven reverse search"> | ||
|
||
<link href="tailwind.output.css" rel="stylesheet"> | ||
|
||
<script src="https://accounts.google.com/gsi/client" async defer></script> | ||
<script src="https://unpkg.com/jwt-decode@3.1.2/build/jwt-decode.js"></script> | ||
<script src="login.js"></script> | ||
|
||
</head> | ||
<body class="bg-gray-100"> | ||
|
||
<div id="login" class="flex items-center justify-center"> | ||
<div class="flex flex-col items-center"> | ||
|
||
<img src="logo-color.svg" width="320px" height="320px"/> | ||
|
||
<div> | ||
Choose how to receive the notifications: | ||
</div> | ||
|
||
<div class="grid grid-cols-3 space-y-2"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="Awakari"> | ||
<meta name="twitter:description" content="Event-driven reverse search"> | ||
|
||
<div class="pt-1"> | ||
</div> | ||
<link rel="canonical" href="https://awakari.cloud" itemprop="URL"> | ||
|
||
<title>Awakari</title> | ||
|
||
<div class="col-span-2"> | ||
<!-- Google --> | ||
<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 class="pt-1"> | ||
Telegram | ||
</div> | ||
<div class="col-span-2"> | ||
<!-- Telegram --> | ||
<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> | ||
|
||
</div> | ||
|
||
<p class="text-center mt-3 text-[14px]">By logging in, you agree to the | ||
<a href="tos.html" class="text-gray-600">Terms of Service</a> and <a href="privacy.html" class="text-gray-600">Privacy Policy</a>. | ||
</p> | ||
|
||
</div> | ||
<link href="tailwind.output.css" rel="stylesheet"> | ||
<link href="style.css" rel="stylesheet"> | ||
</head> | ||
<body class="bg-gray-200"> | ||
<div class="bg-white"> | ||
<nav class="flex flex-col sm:flex-row"> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-indigo-500 focus:outline-none text-indigo-500 border-b-2 font-medium border-indigo-500 flex text-xl"> | ||
About | ||
</button> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-sky-500 focus:outline-none flex text-xl"> | ||
Use Cases | ||
</button> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-sky-500 focus:outline-none flex text-xl"> | ||
Solutions | ||
</button> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-sky-500 focus:outline-none flex text-xl"> | ||
Pricing | ||
</button> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-sky-500 focus:outline-none flex text-xl"> | ||
Resources | ||
</button> | ||
<div class="grow sm:none"></div> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-sky-500 focus:outline-none flex text-xl"> | ||
✉ Contact | ||
</button> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-gray-500 focus:outline-none flex text-xl justify-self-end"> | ||
<svg class="mt-1 mr-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 6C8 3.79086 9.79086 2 12 2H17.5C19.9853 2 22 4.01472 22 6.5V17.5C22 19.9853 19.9853 22 17.5 22H12C9.79086 22 8 20.2091 8 18V17C8 16.4477 8.44772 16 9 16C9.55228 16 10 16.4477 10 17V18C10 19.1046 10.8954 20 12 20H17.5C18.8807 20 20 18.8807 20 17.5V6.5C20 5.11929 18.8807 4 17.5 4H12C10.8954 4 10 4.89543 10 6V7C10 7.55228 9.55228 8 9 8C8.44772 8 8 7.55228 8 7V6ZM12.2929 8.29289C12.6834 7.90237 13.3166 7.90237 13.7071 8.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L13.7071 15.7071C13.3166 16.0976 12.6834 16.0976 12.2929 15.7071C11.9024 15.3166 11.9024 14.6834 12.2929 14.2929L13.5858 13L5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11L13.5858 11L12.2929 9.70711C11.9024 9.31658 11.9024 8.68342 12.2929 8.29289Z" fill="currentColor"/> | ||
</svg> | ||
Login | ||
</button> | ||
</nav> | ||
</div> | ||
|
||
</body> | ||
</html> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<!-- saved from url=(0063)https://tailwindcomponents.com/component/tab-navigation/landing --> | ||
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="logo-color.svg"> | ||
<link rel="icon" type="image/svg" sizes="32x32" href="logo-color.svg"> | ||
<link rel="icon" type="image/svg" sizes="16x16" href="logo-color.svg"> | ||
<link rel="manifest" href="site.webmanifest"> | ||
<link rel="mask-icon" href="logo-color.svg" color="#0ed3cf"> | ||
<meta name="msapplication-TileColor" content="#0ed3cf"> | ||
<meta name="theme-color" content="#0ed3cf"> | ||
|
||
<meta property="og:url" content="https://awakari.cloud"> | ||
<meta property="og:title" content="Awarkari"> | ||
<meta property="og:description" content="Event-driven reverse search"> | ||
|
||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="Awakari"> | ||
<meta name="twitter:description" content="Event-driven reverse search"> | ||
|
||
<link rel="canonical" href="https://awakari.cloud" itemprop="URL"> | ||
|
||
<title>Awakari</title> | ||
|
||
<link href="tailwind.output.css" rel="stylesheet"> | ||
<link href="style.css" rel="stylesheet"> | ||
</head> | ||
<body class="bg-gray-200"> | ||
<div class="bg-white"> | ||
<nav class="flex flex-col sm:flex-row"> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-indigo-500 focus:outline-none text-indigo-500 border-b-2 font-medium border-indigo-500 flex text-xl"> | ||
<svg class="mt-1 mr-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 17a1 1 0 1 1 2 0v1.077c0 .76-.082 1.185-.319 1.627a2.363 2.363 0 0 1-.977.977c-.442.237-.867.319-1.627.319H5.923c-.76 0-1.185-.082-1.627-.319a2.363 2.363 0 0 1-.978-.977C3.082 19.262 3 18.838 3 18.077L2.999 6.5A2.5 2.5 0 0 1 5.502 4l1.5.005a1 1 0 1 1-.005 2L5.499 6a.5.5 0 0 0-.5.5v11.577c0 .459.023.57.083.684.038.07.087.12.157.157.113.06.225.082.684.082h11.154c.459 0 .57-.022.684-.082a.363.363 0 0 0 .157-.157c.06-.113.082-.225.082-.684V17zm4-4a1 1 0 1 1-2 0 9 9 0 0 0-9-9 1 1 0 1 1 0-2c6.075 0 11 4.925 11 11zm-4 0a1 1 0 1 1-2 0 5 5 0 0 0-5-5 1 1 0 1 1 0-2 7 7 0 0 1 7 7zm-4 0a1 1 0 1 1-2 0 1 1 0 0 0-1-1 1 1 0 1 1 0-2 3 3 0 0 1 3 3z" fill="currentColor"/></svg> | ||
Pub | ||
</button> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-sky-500 focus:outline-none flex text-xl"> | ||
<svg class="mt-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M14 20.5H10C9.80189 20.4974 9.61263 20.4176 9.47253 20.2775C9.33244 20.1374 9.25259 19.9481 9.25 19.75V12L3.9 4.69C3.81544 4.58007 3.76395 4.44832 3.75155 4.31018C3.73915 4.17204 3.76636 4.03323 3.83 3.91C3.89375 3.78712 3.98984 3.68399 4.10792 3.61173C4.226 3.53947 4.36157 3.50084 4.5 3.5H19.5C19.6384 3.50084 19.774 3.53947 19.8921 3.61173C20.0101 3.68399 20.1062 3.78712 20.17 3.91C20.2336 4.03323 20.2608 4.17204 20.2484 4.31018C20.236 4.44832 20.1846 4.58007 20.1 4.69L14.75 12V19.75C14.7474 19.9481 14.6676 20.1374 14.5275 20.2775C14.3874 20.4176 14.1981 20.4974 14 20.5ZM10.75 19H13.25V11.75C13.2492 11.5907 13.302 11.4357 13.4 11.31L18 5H6L10.62 11.31C10.718 11.4357 10.7708 11.5907 10.77 11.75L10.75 19Z" fill="currentColor"/> | ||
</svg> | ||
Sub | ||
</button> | ||
<div class="grow sm:none"></div> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-gray-500 focus:outline-none flex text-xl"> | ||
<svg class="mt-1 mr-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 6.5C2 4.01472 4.01472 2 6.5 2H12C14.2091 2 16 3.79086 16 6V7C16 7.55228 15.5523 8 15 8C14.4477 8 14 7.55228 14 7V6C14 4.89543 13.1046 4 12 4H6.5C5.11929 4 4 5.11929 4 6.5V17.5C4 18.8807 5.11929 20 6.5 20H12C13.1046 20 14 19.1046 14 18V17C14 16.4477 14.4477 16 15 16C15.5523 16 16 16.4477 16 17V18C16 20.2091 14.2091 22 12 22H6.5C4.01472 22 2 19.9853 2 17.5V6.5ZM18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289L22.7071 11.2929C23.0976 11.6834 23.0976 12.3166 22.7071 12.7071L19.7071 15.7071C19.3166 16.0976 18.6834 16.0976 18.2929 15.7071C17.9024 15.3166 17.9024 14.6834 18.2929 14.2929L19.5858 13L11 13C10.4477 13 10 12.5523 10 12C10 11.4477 10.4477 11 11 11L19.5858 11L18.2929 9.70711C17.9024 9.31658 17.9024 8.68342 18.2929 8.29289Z" fill="currentColor"/> | ||
</svg> | ||
Exit | ||
</button> | ||
</nav> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
button.tab-active { | ||
} |
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,55 @@ | ||
<!DOCTYPE html> | ||
<!-- saved from url=(0063)https://tailwindcomponents.com/component/tab-navigation/landing --> | ||
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="logo-color.svg"> | ||
<link rel="icon" type="image/svg" sizes="32x32" href="logo-color.svg"> | ||
<link rel="icon" type="image/svg" sizes="16x16" href="logo-color.svg"> | ||
<link rel="manifest" href="site.webmanifest"> | ||
<link rel="mask-icon" href="logo-color.svg" color="#0ed3cf"> | ||
<meta name="msapplication-TileColor" content="#0ed3cf"> | ||
<meta name="theme-color" content="#0ed3cf"> | ||
|
||
<meta property="og:url" content="https://awakari.cloud"> | ||
<meta property="og:title" content="Awarkari"> | ||
<meta property="og:description" content="Event-driven reverse search"> | ||
|
||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="Awakari"> | ||
<meta name="twitter:description" content="Event-driven reverse search"> | ||
|
||
<link rel="canonical" href="https://awakari.cloud" itemprop="URL"> | ||
|
||
<title>Awakari</title> | ||
|
||
<link href="tailwind.output.css" rel="stylesheet"> | ||
<link href="style.css" rel="stylesheet"> | ||
</head> | ||
<body class="bg-gray-200"> | ||
<div class="bg-white"> | ||
<nav class="flex flex-col sm:flex-row"> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-indigo-500 focus:outline-none flex text-xl"> | ||
<svg class="mt-1 mr-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 17a1 1 0 1 1 2 0v1.077c0 .76-.082 1.185-.319 1.627a2.363 2.363 0 0 1-.977.977c-.442.237-.867.319-1.627.319H5.923c-.76 0-1.185-.082-1.627-.319a2.363 2.363 0 0 1-.978-.977C3.082 19.262 3 18.838 3 18.077L2.999 6.5A2.5 2.5 0 0 1 5.502 4l1.5.005a1 1 0 1 1-.005 2L5.499 6a.5.5 0 0 0-.5.5v11.577c0 .459.023.57.083.684.038.07.087.12.157.157.113.06.225.082.684.082h11.154c.459 0 .57-.022.684-.082a.363.363 0 0 0 .157-.157c.06-.113.082-.225.082-.684V17zm4-4a1 1 0 1 1-2 0 9 9 0 0 0-9-9 1 1 0 1 1 0-2c6.075 0 11 4.925 11 11zm-4 0a1 1 0 1 1-2 0 5 5 0 0 0-5-5 1 1 0 1 1 0-2 7 7 0 0 1 7 7zm-4 0a1 1 0 1 1-2 0 1 1 0 0 0-1-1 1 1 0 1 1 0-2 3 3 0 0 1 3 3z" fill="currentColor"/></svg> | ||
Pub | ||
</button> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-sky-500 focus:outline-none text-sky-500 border-b-2 font-medium border-sky-500 flex text-xl"> | ||
<svg class="mt-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M14 20.5H10C9.80189 20.4974 9.61263 20.4176 9.47253 20.2775C9.33244 20.1374 9.25259 19.9481 9.25 19.75V12L3.9 4.69C3.81544 4.58007 3.76395 4.44832 3.75155 4.31018C3.73915 4.17204 3.76636 4.03323 3.83 3.91C3.89375 3.78712 3.98984 3.68399 4.10792 3.61173C4.226 3.53947 4.36157 3.50084 4.5 3.5H19.5C19.6384 3.50084 19.774 3.53947 19.8921 3.61173C20.0101 3.68399 20.1062 3.78712 20.17 3.91C20.2336 4.03323 20.2608 4.17204 20.2484 4.31018C20.236 4.44832 20.1846 4.58007 20.1 4.69L14.75 12V19.75C14.7474 19.9481 14.6676 20.1374 14.5275 20.2775C14.3874 20.4176 14.1981 20.4974 14 20.5ZM10.75 19H13.25V11.75C13.2492 11.5907 13.302 11.4357 13.4 11.31L18 5H6L10.62 11.31C10.718 11.4357 10.7708 11.5907 10.77 11.75L10.75 19Z" fill="currentColor"/> | ||
</svg> | ||
Sub | ||
</button> | ||
<div class="grow sm:none"></div> | ||
<button class="text-gray-600 py-1 px-2 block hover:text-gray-500 focus:outline-none flex text-xl"> | ||
<svg class="mt-1 mr-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 6.5C2 4.01472 4.01472 2 6.5 2H12C14.2091 2 16 3.79086 16 6V7C16 7.55228 15.5523 8 15 8C14.4477 8 14 7.55228 14 7V6C14 4.89543 13.1046 4 12 4H6.5C5.11929 4 4 5.11929 4 6.5V17.5C4 18.8807 5.11929 20 6.5 20H12C13.1046 20 14 19.1046 14 18V17C14 16.4477 14.4477 16 15 16C15.5523 16 16 16.4477 16 17V18C16 20.2091 14.2091 22 12 22H6.5C4.01472 22 2 19.9853 2 17.5V6.5ZM18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289L22.7071 11.2929C23.0976 11.6834 23.0976 12.3166 22.7071 12.7071L19.7071 15.7071C19.3166 16.0976 18.6834 16.0976 18.2929 15.7071C17.9024 15.3166 17.9024 14.6834 18.2929 14.2929L19.5858 13L11 13C10.4477 13 10 12.5523 10 12C10 11.4477 10.4477 11 11 11L19.5858 11L18.2929 9.70711C17.9024 9.31658 17.9024 8.68342 18.2929 8.29289Z" fill="currentColor"/> | ||
</svg> | ||
Exit | ||
</button> | ||
</nav> | ||
</div> | ||
|
||
|
||
</body></html> |
Oops, something went wrong.