ChatServer/pages/index.html

12 lines
231 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>
</head>
<html>
<h1>Index</h1>
<p>Hello</p>
2016-07-20 13:02:49 +00:00
<input id="msginput" value="" />
</html>