-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.41 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>Hangoutt</title>
<link rel="stylesheet" href="Mycode.css">
</head>
<body class="body">
<div id="top">
<div id="app-name">
Hangoutt <br>
<p id="motto">...connecting the world even tighter...</p>
</div>
<hr>
</div><br><br><br><br><br><br> <br><br><br>
<!-- Table -->
<div class="div-exp" id="box1"><span class="span">Chat</span> with strangers from all around the globe in real time...<br>🗨️
</div>
<div class="div-exp">Engage with serious<span class="span"> Business</span> partners...<br>🤝</div>
<div class="div-exp">Find soulmates, love partners and spouse all on <span class="span">Hangoutt</span>...<br>✨</div>
<div class="div-exp">Discover and <span class="span">Explore</span> a world faraway from you...<br>🔍</div>
<div class="div-exp"><span class="span">News </span> from far and near...<br>🤯</div>
<div class="div-exp"><span class="span">Live your dream life</span> from a screen...<br>🥰</div>
<!--marquee-->
<div id="marquee">
<marquee id="n" loop=1 scrollamount=3>Log In or Sign Up to continue</marquee>
</div><br>
<!--Log in and Sign in buttons-->
<div id="log">Login</div>
<div id="sign">Signin</div>
</body>
</html>