Skip to content

Commit 5f19087

Browse files
committed
Added favicon, improved timetable modal implementation
1 parent 2da7340 commit 5f19087

9 files changed

Lines changed: 168 additions & 95 deletions

favicon/apple-touch-icon.png

6.32 KB
Loading

favicon/favicon-96x96.png

2.79 KB
Loading

favicon/favicon.ico

14.7 KB
Binary file not shown.

favicon/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

favicon/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "MyWebSite",
3+
"short_name": "MySite",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
6.96 KB
Loading
35.2 KB
Loading

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html>
2-
<link rel="preconnect" href="https://fonts.googleapis.com" />
3-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
4-
<link
5-
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
6-
rel="stylesheet"
7-
/>
8-
<link rel="stylesheet" href="style.css" type="text/css" />
9-
102
<head>
113
<meta charset="UTF-8">
124
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
5+
<link rel="preconnect" href="https://fonts.googleapis.com" />
6+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
7+
<link
8+
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
9+
rel="stylesheet"
10+
/>
11+
<link rel="stylesheet" href="style.css" type="text/css" />
12+
<link rel='icon' type='image/x-icon' href='favicon/favicon.ico' />
1313
</head>
1414

1515
<header>

0 commit comments

Comments
 (0)