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

12 lines
296 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>js-playground</title>
<script src="js-playground.js"></script>
</head>
<body class="application">
<div id="playground"></div>
</body>
</html>