mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
13 lines
182 B
HTML
13 lines
182 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Socket.IO WebPack Example</title>
|
|
</head>
|
|
<body>
|
|
|
|
<script src="dist/bundle.js"></script>
|
|
|
|
</body>
|
|
</html>
|