2021-12-16 19:11:52 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="author" content="Stewart Allen">
|
|
|
|
|
<meta name="keywords" content="3d,mesh,editor,stl,obj,3mf" />
|
|
|
|
|
<meta name="copyright" content="stewart allen [sa@grid.space]">
|
|
|
|
|
<meta name="description" content="Browser-based 3D Mesh Editor">
|
2021-12-26 22:00:31 -05:00
|
|
|
<meta property="og:description" content="Mesh:Tool is a browser-based 3D Mesh Editor">
|
|
|
|
|
<meta property="og:title" content="Browser-based Mesh Editor">
|
2021-12-16 19:11:52 -05:00
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:url" content="https://grid.space/mesh/">
|
|
|
|
|
<title>Mesh:Tool</title>
|
2021-12-26 22:00:31 -05:00
|
|
|
<link rel="icon" href="/mesh/favicon.ico">
|
2021-12-26 19:43:48 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="/mesh/index.css?{{version}}">
|
2021-12-16 19:11:52 -05:00
|
|
|
<link href="/font/css/all.min.css" rel="stylesheet">
|
2021-12-29 23:52:48 -05:00
|
|
|
<script src="/font/js/all.min.js" crossorigin="anonymous" async></script>
|
2021-12-16 19:11:52 -05:00
|
|
|
<script src="/code/mesh.js?{{version}}"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2021-12-26 22:00:31 -05:00
|
|
|
<div id="app">
|
|
|
|
|
<div id="curtain"><img id="loading"/>loading...</div>
|
2021-12-16 19:11:52 -05:00
|
|
|
<div id="container"></div>
|
2021-12-26 22:00:31 -05:00
|
|
|
<div id="top">
|
|
|
|
|
<div id="app-info">
|
|
|
|
|
<div id="app-name"></div><div id="app-vers">version</div>
|
2021-12-26 19:43:48 -05:00
|
|
|
</div>
|
2021-12-16 19:11:52 -05:00
|
|
|
</div>
|
2021-12-26 20:01:56 -05:00
|
|
|
<div id="top-sep"></div>
|
2021-12-26 22:00:31 -05:00
|
|
|
<div id="app-body"></div>
|
2021-12-16 19:11:52 -05:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|