Files
yet-another-cad-viewer/index.html

12 lines
312 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="assets/favicon.ico">
<title>Yet Another CAD Viewer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="frontend/index.ts"></script>
</head>
<body>
</body>
</html>