19 lines
No EOL
326 B
HTML
19 lines
No EOL
326 B
HTML
<!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> |