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

12 lines
296 B
HTML
Raw Normal View History

2021-06-08 18:45:03 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2021-07-11 09:58:01 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2021-06-08 18:45:03 +03:00
<title>js-playground</title>
<script src="js-playground.js"></script>
</head>
2021-07-11 09:58:01 +03:00
<body class="application">
2021-06-08 18:45:03 +03:00
<div id="playground"></div>
</body>
</html>