lion/tools/singleton-manager/demo/singleton/index.html
2020-12-16 13:25:07 +01:00

11 lines
140 B
HTML

<html>
<head>
</head>
<body>
<demo-app>Loading App...</demo-app>
<script type="module" src="./demo-app.js"></script>
</body>
</html>