Files
2025-12-26 13:38:04 +01:00

14 lines
437 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json"> <!-- Add this line -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Copper Tone Technologies</title> <!-- Update title -->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>