-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.12 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="chat/php/images/ChatMe.png">
<link rel="stylesheet" href="chat/style copy.css">
<title>ChatMe</title>
</head>
<body>
<div class="wrapper">
<section class="form login">
<header>✨ Welcome to ChatMe ✨</header>
<div class="welcome">
<p>We're excited to have you here. 😊<br/> Join us and explore our <b>ChatMe</b> Application!</p>
</div>
<form action="#" method="POST" enctype="multipart/form-data" autocomplete="off">
<div class="field link-style">
<a href="chat/index.php">Sign Up Now</a>
</div>
<div class="field link-style">
<a href="chat/login.php">Login Now</a>
</div>
</form>
<div class="link">More about us? <a href="AboutUs/us.html">Click here</a></div>
</section>
</div>
</body>
</html>