sf-static/test/node/lib/node_modules/net-browserify/examples/connect/index.html

19 lines
326 B
HTML
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>net-browserify example</title>
</head>
<body>
<h1>net-browserify example</h1>
<h2>Request</h2>
<pre id="input"></pre>
<h2>Response</h2>
<pre id="output"></pre>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>