jsonpath/wasm/www/index.html

11 lines
177 B
HTML
Raw Normal View History

2019-03-03 00:33:27 +09:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JsonPath Evaluator</title>
</head>
<body>
<script src="./bootstrap.js"></script>
</body>
</html>