- 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
14 lines
382 B
HTML
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>
|