ChatServer/pages/index.html

14 lines
331 B
HTML
Raw Normal View History

<!DOCTYPE html>
2016-07-20 13:02:49 +00:00
<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" />
2016-07-20 13:02:49 +00:00
</head>
<body>
<h1>Index</h1>
<div id="loginbox">Loginbox</div>
<div id="userbox">Userbox</div>
2016-07-20 13:02:49 +00:00
<input id="msginput" value="" />
</body>