Files
ihrm/node_modules/vm-browserify/example/run/index.html

9 lines
136 B
HTML
Raw Normal View History

2023-05-10 15:06:57 +05:30
<html>
<head>
<script src="/bundle.js"></script>
</head>
<body>
result = <span id="res"></span>
</body>
</html>