Files
rtu_v5/sample_interface/index.html
admin 64e9cfbacf fix(logo): Rename logo to tck_logo.svg and update favicon
- Renamed [LOGO] TCK.svg to tck_logo.svg (simpler filename)
- Updated Header.tsx to use new logo path
- Updated index.html favicon to use tck_logo.svg
2026-03-13 11:28:08 +08:00

14 lines
382 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/tck_logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TCK RTU - Rainfall Monitoring</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>