-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchatroom2.html
38 lines (28 loc) · 1005 Bytes
/
chatroom2.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Theodore's lair</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<!-- Page content -->
<div class="content">
<div>
<iframe src="https://marsmouchestudio.github.io/TandS/Multi/chatroom.html" width="700" height="93%" style="border:none;">
</iframe>
</div>
</center>
<p> To make a account go on the Marsmouche Studio website and click on the skull.
<a href="https://marsmouchestudio.github.io/TandS/Multi/chatroom.html">Marsmouche</a></p>
</div>
<style>
body {
background-image: url('img/bnet-chat-d12(1).png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">