-
Notifications
You must be signed in to change notification settings - Fork 0
/
log-in.html
32 lines (32 loc) · 878 Bytes
/
log-in.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
32
<!DOCTYPE html>
<html>
<head>
<title>CodingLOL</title>
<meta name="viewport" content="width=device-width,initial-scale=1" >
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="topnavbar">
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/learn.html">Learn</a>
<a style="text-decoration: underline lightblue;" href="/log-in.html">Login</a>
<a href="/log-out.html">Log Out</a>
</div>
<div class="content">
<center>
<h1>Log-in</h1>
<p>Already logged in? <br> <a href="/sign-up.html">Log out here</a></p>
</center>
</div>
<div class="bottombar">
<center>
<p>Copyright | CodingLOL 2024</p>
<p>Email: mrmacattax@gmail.com</p>
</center>
</div>
<script src="script.js"></script>
</body>
</html>
<script type="text/javascript" src="https://www.authpro.com/auth/CodingLOL/?action=pp">
</script>