You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
418 B
HTML

1 month ago
<html lang="en">
<head>
<title>EmbedIO WebSocket example</title>
<!--<script type="application/javascript" src="script.js"></script>-->
<script type="application/javascript" src="test.js"></script>
</head>
<body>
<p>
Hit the button and watch the console.
</p>
<button type="button" onclick="startTheSpam()" id="spam-button">Send spam</button>
<div id="log"></div>
</body>
</html>