Moved chat example to chatserver.
This commit is contained in:
27
examples/chatserver/static/index.html
Normal file
27
examples/chatserver/static/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>QHttpEngine Chat</title>
|
||||
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="footer">
|
||||
<textarea id="input" placeholder="Type here and press enter..."></textarea>
|
||||
</div>
|
||||
|
||||
<div class="messages">
|
||||
<div class="message system">
|
||||
Greetings! Welcome to the QHttpEngine chat demo. Please type a message using the entry box below.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="spacer"></div>
|
||||
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/chat.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user