This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (35 loc) · 1.59 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
if (document.cookie == ""){
document.location.href = "/vxod.html";
}
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MoreliaTalk WEB</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/scroll.css">
<link rel="stylesheet" type="text/css" href="css/buble.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
</head>
<body style="background-image: url('img/back.jpg');">
<div class="card-panel" style="width: 200px;margin: 10px;border-radius:10px;"><h4 id="zag"><em>MoreliaTalk</em></h4></div>
<div class="card-panel" id="hello">
<h6>Текущий пользователь: <p id ="us"></p><a style = "border-radius:10px;"class="btn waves-effect waves-light #ffeb3b yellow black-text" href="vxod.html">Сменить</a></h6>
</div>
<div id = "mes">
</div>
<div class="container">
<div id = "vodiv" class="card-panel">
<input id = "input"></input>
<button class="btn waves-effect waves-light #ffeb3b yellow black-text" id = "buttoninput" onclick="send_message()">Отправить</button>
</div>
</div>
<script type="text/javascript" src="js/username.js"></script>
<script type="text/javascript" src="js/wsmain.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>