-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.html
31 lines (31 loc) · 1.2 KB
/
success.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!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.0" />
<title>Google Auth</title>
<link rel="stylesheet" href="CSS/commons.css" />
<link rel="stylesheet" href="CSS/commons2.css" />
<script src="JS/success.js" defer></script>
</head>
<body>
<!--?-------------------------- <Essentials> --------------------------------->
<div id="spinner" class="spinner-border text-danger" role="status"></div>
<!--todo--------------------------------------------- <BODY> ----------------------------------------------->
<main>
<section id="SuccessPage">
<div id="greentickholder"></div>
<div id="orangegoogle">
<div class="SuccessPageButtonsHolder">
<img width="150px" src="Images/googlepng.png" alt="" />
<h1 style="font-size: 30px">Authentication Successful</h1>
<br />
<button id="LetsGoButton">Go to Home Page</button>
</div>
</div>
</section>
</main>
</body>
</html>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>