This commit is contained in:
2025-09-07 00:50:33 +02:00
parent 0b90be10f7
commit 9a0fc77093
9 changed files with 61 additions and 2 deletions
+40 -2
View File
@@ -1,10 +1,48 @@
<!doctype html> <!doctype html>
<html lang=""> <html lang="de">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TramTrack</title> <title>TramTrack!</title>
<meta name="title" content="TramTrack!" />
<meta
name="description"
content="Markiere alle BSAG Fahrzeuge, mit denen du gefahren bist!"
/>
<meta name="keywords" content="public, transit, bus, tram, data" />
<meta property="og:type" content="website" />
<meta property="og:title" content="TramTrack!" />
<meta property="og:url" content="https://passidel.github.io/tramtrack/#/" />
<meta
property="og:image"
content="https://passidel.github.io/tramtrack/#/android-chrome-512x512.png"
/>
<meta
property="og:description"
content="Markiere alle BSAG Fahrzeuge, mit denen du gefahren bist!"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="TramTrack!" />
<meta name="twitter:site" content="@PassiDel" />
<meta
name="twitter:description"
content="Markiere alle BSAG Fahrzeuge, mit denen du gefahren bist!"
/>
<meta
name="twitter:image"
content="https://passidel.github.io/tramtrack/#/android-chrome-512x512.png"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="Deutsch" />
<meta name="author" content="Pascal Syma" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

+2
View File
@@ -0,0 +1,2 @@
User-agent: *
Allow: /
+19
View File
@@ -0,0 +1,19 @@
{
"name": "TramTrack!",
"short_name": "TramTrack",
"icons": [
{
"src": "https://passidel.github.io/tramtrack/#/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://passidel.github.io/tramtrack/#/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#26a21e",
"background_color": "#ffffff",
"display": "standalone"
}