-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchat.html
31 lines (24 loc) · 887 Bytes
/
chat.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>title</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./image/icon.png">
</head>
<body>
<header>
<img src="./image/null.png" height="35px" width="35px">
<img src="./image/icon.png" height="35px" width="35px">
<img src="./image/null.png" height="10px" width="10px">
<a class="title" href=".">e6nlaq's Homepage</a>
</header>
<img src="./image/null.png" height="100px">
<a class="gotop" href="#"></a>
<h1 class="downline">人狼ゲーム(チャット)</h1>
<iframe src="https://turbowarp.org/projects/655417556/embed" allowtransparency="true" width="485" height="402"
frameborder="0" scrolling="no" allowfullscreen></iframe>
</body>
</html>