Files
yet-another-cad-viewer/src/index.html
2024-01-28 21:13:03 +01:00

12 lines
372 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, maximum-scale=1, minimum-scale=1, user-scalable=no' />
<link rel="stylesheet" type="text/css" href="./index.css">
<script type="module" src="./index.ts"></script>
</head>
<body>
</body>
</html>