mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-24 00:14:28 +01:00
11 lines
256 B
HTML
11 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Yet Another CAD Viewer</title>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'/>
|
|
<script type="module" src="./index.ts"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |