js-tooling-in-detail/typescript/examples/index.html
2025-05-28 08:42:39 +02:00

12 lines
No EOL
251 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="dist/script" defer></script>
</head>
<body>
</body>
</html>