-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessanging.html
51 lines (46 loc) · 1.46 KB
/
messanging.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MySpace Inspired Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<style>
iframe {
border: none;
position: centered;
height: 300;
width: 200;
}
</style>
<div id="header" class="snipcss0-2-2-5">
<a class="logo snipcss0-3-5-6 style-axwYT" href="/?id=1" id="style-axwYT">
<b class="snipcss0-4-6-7">
<span class="snipcss0-5-7-8 style-Aowk8" id="style-Aowk8">
yourm1nd
</span>
</b>
<a class="active" href="https://clwbth.neocities.org/">Home</a>
<a href="https://clwbth.neocities.org/messanging">Messages</a>
<a href="https://clwbth.neocities.org/forum">Forum</a>
<a href="https://clwbth.neocities.org/blog">Blog</a>
<a href="https://clwbth.neocities.org/profile">Profile</a>
<a href="https://clwbth.neocities.org/signup">Sign Up</a>
<a href="https://clwbth.neocities.org/signin">Sign In</a>
<div class="search-container" "position:fixed; left:80px; top:30px;>
<form action="/action_page.php">
<input type="text" placeholder="Search.." name="search">
<button type="submit">Search</button>
</form>
</div>
</div>
<main>
<iframe src="https://my.cbox.ws/clwswd" frameborder="0" width="1200" height="670"></iframe>
</main>
<footer>
<p>© 2023 Forum</p>
</footer>
</body>
</html>