-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
45 lines (42 loc) · 1.71 KB
/
index1.html
File metadata and controls
45 lines (42 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<title>catMAIL - Login/Sign In</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../catMAIL/css/style.css">
<script src="//cdn.jelivr.net/npm/eruda"></script>
<script>eruda.init();</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<a href="g.home.html"> Try it out </a>
<!-- <div id="sfc1u7r6ee2nfwmfknw2z39rl5yq4z5bh7z"></div><script type="text/javascript" src="https://counter10.optistats.ovh/private/counter.js?c=1u7r6ee2nfwmfknw2z39rl5yq4z5bh7z&down=async" async></script><br><a href="https://www.freecounterstat.com">hit counter</a><noscript><a href="https://www.freecounterstat.com" title="hit counter"><img src="https://counter10.optistats.ovh/private/freecounterstat.php?c=1u7r6ee2nfwmfknw2z39rl5yq4z5bh7z" border="0" title="hit counter" alt="hit counter"></a></noscript> -->
<div class="login-box">
<h2>Sign in</h2>
<form>
<div class="user-box">
<input type="text" name="" required="" placeholder="Username">
<label>Username</label>
</div>
<div class="user-box">
<input type="email" name="" required="" placeholder="Email">
<label>Email</label>
</div>
<div class="user-box">
<input type="password" name="" required="" placeholder="Password">
<label>Password</label>
</div>
<button type="submit" class="big-button">
<span></span>
<span></span>
<span></span>
<span></span>
Submit
</button>
</form>
</div>
</body>
</html>