mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
20 lines
629 B
HTML
20 lines
629 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" href="qunit/qunit/qunit.css" type="text/css">
|
|
<script src="qunit/qunit/qunit.js"></script>
|
|
<script src="../../socket.io.js"></script>
|
|
<!-- qunit test suites -->
|
|
<script src="io.qunit.js"></script>
|
|
<script src="events.qunit.js"></script>
|
|
<script src="util.qunit.js"></script>
|
|
<script src="parser.qunit.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">Socket.IO</h1>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
</body>
|
|
</html> |