-
Notifications
You must be signed in to change notification settings - Fork 0
/
auth.html
25 lines (25 loc) · 1.07 KB
/
auth.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
<!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">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/logo.png">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
<title>Welcome to SpeakEasy</title>
</head>
<body>
<div id="auth-container">
<div id="welcome-page">
<div id="welcome-text">
<div id="thank-you-message">Thank you for installing SpeakEasy.</div>
<image src="images/whitelogonobackground.png" id="welcome-logo"></image>
<div id="welcome-instructions">Please sign in through the extension to get started.</div>
</div>
</div>
</div>
</body>
<script src="jquery-3.7.1.min.js"></script>
<script src="index.js"></script>
</html>