-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlogout.html
More file actions
24 lines (24 loc) · 801 Bytes
/
logout.html
File metadata and controls
24 lines (24 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Sharkphin: Logout</title>
<style>
body {
background: linear-gradient(to bottom, #87CEFA, #4682B4);
}
div {
display: table; /* Makes the div only as wide as its content */
background-color: rgba(249, 249, 249, 0.8); /* Slightly transparent background */
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
</style>
</head>
<body>
<div>
<p>
Sharkphin is now closing. You may close this tab. Please check the program windows for current status. You may still need to logout of your account from Microsoft's website or your Windows operating system.
</p>
</div>
</body>