visionforge/demo/js-playground/src/main/resources/index.html

11 lines
203 B
HTML
Raw Normal View History

2021-06-08 18:45:03 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>js-playground</title>
<script src="js-playground.js"></script>
</head>
<body>
<div id="playground"></div>
</body>
</html>