Skip to content

Commit 3b5efe0

Browse files
committed
chore: format
1 parent 4e01b0c commit 3b5efe0

2 files changed

Lines changed: 88 additions & 55 deletions

File tree

apps/web/index.html

Lines changed: 50 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,53 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/apple-touch-icon.png" />
7-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
8-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
9-
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png" />
10-
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png" />
11-
<link rel="icon" type="image/x-icon" sizes="16x16" href="/favicon.ico" />
12-
<link rel="manifest" href="/manifest.json" />
13-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
14-
<title>Lucky Parking</title>
15-
</head>
16-
<body>
17-
<div id="root"></div>
18-
<script type="module" src="src/main.tsx"></script>
19-
</body>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link
6+
rel="icon"
7+
type="image/svg+xml"
8+
href="/vite.svg" />
9+
<link
10+
rel="apple-touch-icon"
11+
type="image/png"
12+
sizes="180x180"
13+
href="/apple-touch-icon.png" />
14+
<link
15+
rel="icon"
16+
type="image/png"
17+
sizes="32x32"
18+
href="/favicon-32x32.png" />
19+
<link
20+
rel="icon"
21+
type="image/png"
22+
sizes="16x16"
23+
href="/favicon-16x16.png" />
24+
<link
25+
rel="icon"
26+
type="image/png"
27+
sizes="192x192"
28+
href="/android-chrome-192x192.png" />
29+
<link
30+
rel="icon"
31+
type="image/png"
32+
sizes="512x512"
33+
href="/android-chrome-512x512.png" />
34+
<link
35+
rel="icon"
36+
type="image/x-icon"
37+
sizes="16x16"
38+
href="/favicon.ico" />
39+
<link
40+
rel="manifest"
41+
href="/manifest.json" />
42+
<meta
43+
name="viewport"
44+
content="width=device-width, initial-scale=1.0" />
45+
<title>Lucky Parking</title>
46+
</head>
47+
<body>
48+
<div id="root"></div>
49+
<script
50+
type="module"
51+
src="src/main.tsx"></script>
52+
</body>
2053
</html>

apps/web/public/manifest.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "Lucky Parking",
3-
"short_name": "Lucky Parking",
4-
"icons": [
5-
{
6-
"src": "/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "/android-chrome-512x512.png",
12-
"sizes": "512x512",
13-
"type": "image/png"
14-
},
15-
{
16-
"src": "/apple-touch-icon.png",
17-
"sizes": "180x180",
18-
"type": "image/png"
19-
},
20-
{
21-
"src": "/favicon-32x32.png",
22-
"sizes": "32x32",
23-
"type": "image/png"
24-
},
25-
{
26-
"src": "/favicon-16x16.png",
27-
"sizes": "16x16",
28-
"type": "image/png"
29-
},
30-
{
31-
"src": "/favicon.ico",
32-
"sizes": "16x16",
33-
"type": "image/x-icon"
34-
}
35-
],
36-
"theme_color": "#ffffff",
37-
"background_color": "#ffffff",
38-
"display": "standalone",
39-
"start_url": "/"
2+
"name": "Lucky Parking",
3+
"short_name": "Lucky Parking",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
},
15+
{
16+
"src": "/apple-touch-icon.png",
17+
"sizes": "180x180",
18+
"type": "image/png"
19+
},
20+
{
21+
"src": "/favicon-32x32.png",
22+
"sizes": "32x32",
23+
"type": "image/png"
24+
},
25+
{
26+
"src": "/favicon-16x16.png",
27+
"sizes": "16x16",
28+
"type": "image/png"
29+
},
30+
{
31+
"src": "/favicon.ico",
32+
"sizes": "16x16",
33+
"type": "image/x-icon"
34+
}
35+
],
36+
"theme_color": "#ffffff",
37+
"background_color": "#ffffff",
38+
"display": "standalone",
39+
"start_url": "/"
4040
}

0 commit comments

Comments
 (0)