mirror of
https://github.com/wassname/svg2cube.git
synced 2026-06-27 18:26:20 +08:00
21 lines
387 B
HTML
Executable File
21 lines
387 B
HTML
Executable File
<!-- Empty html page to load client side scripts. It's then used by webdrive to insert and render -->
|
|
<html>
|
|
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="display: none;" id="dimensions">
|
|
</div>
|
|
</body>
|
|
|
|
|
|
<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
|
|
<script type="text/javascript" src="svg2cube-frontend.js"></script>
|
|
|
|
|
|
<script>
|
|
</script>
|
|
|
|
</html>
|