feat: update HTML structure and add logo for Weather App; remove unused SVG from WeatherCard

This commit is contained in:
2025-07-31 17:27:50 +02:00
parent e3915a0ca4
commit a39e22fab9
5 changed files with 14 additions and 23 deletions

View File

@@ -1,10 +1,14 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
rel="icon"
type="image/svg+xml"
href="./src/assets/cloud-sun-fill.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Weather App</title>
</head>
<body>
<div id="root"></div>