forked from jgraykeyin/microlearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
56 lines (41 loc) · 1.59 KB
/
error.html
File metadata and controls
56 lines (41 loc) · 1.59 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!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="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&family=Open+Sans:wght@300;400;600;700&display=swap" rel="stylesheet">
<title>Skills Catalyst</title>
<link rel="stylesheet" type="text/css" href="css/homepage.css"/>
<script type="text/javascript" src="js/homepage.js"></script>
</head>
<body>
<div class="main-container">
<div class="sidenav">
<h1>Skills Accelerator</h1>
<p>About</p>
<p>Contact</p>
<a href="/home" class="home">Home</a>
<form id="logout_form" action="/logout"><p>Log Out</p></form>
</div>
<nav class="topnav">
<!-- <img class="topnav-line" id="line-green" src="images/line-green.png"> -->
<div class="hamburger-btn">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="lesson-info">
<p class="lesson-name">Skills Accelerator</p>
</div>
</nav>
<div class="error-message2">
<p>Sorry you entered the wrong email/password! Please try again.</p>
</div>
<div class="ahref">
<a href="/" class="return-login">Return to Login</a>
</div>
</div>
</body>
</html>