12 lines
220 B
HTML
12 lines
220 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" dir="ltr">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Chat Console</title>
|
||
|
<script src="index.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p id="server-response">xD</p>
|
||
|
</body>
|
||
|
</html>
|