13 lines
331 B
HTML
13 lines
331 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>ChatServer</title>
|
|
<script src="js/jquery-3.1.0.js"></script>
|
|
<script src="js/message.js"></script>
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
</head>
|
|
<body>
|
|
<h1>Index</h1>
|
|
<div id="loginbox">Loginbox</div>
|
|
<div id="userbox">Userbox</div>
|
|
<input id="msginput" value="" />
|
|
</body>
|