Skip to content

Commit 90df3fc

Browse files
Add files via upload
1 parent 5e1ee55 commit 90df3fc

File tree

12 files changed

+48
-0
lines changed

12 files changed

+48
-0
lines changed

public/favicon.ico

3.78 KB
Binary file not shown.

public/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<link rel="icon" href="%PUBLIC_URL%/techblogger.png" />
7+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/techblogger.png" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<meta name="theme-color" content="#000000" />
10+
<meta name="description" content="Tech Blogger - Your source for technology insights" />
11+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
12+
<title>Tech Blogger</title>
13+
</head>
14+
15+
<body>
16+
<noscript>You need to enable JavaScript to run this app.</noscript>
17+
<div id="root"></div>
18+
</body>
19+
20+
</html>

public/jeeva.jpg

1.06 MB
Loading

public/kishore.jpg

200 KB
Loading

public/lalitha.jpg

118 KB
Loading

public/lazarus.jpg

47.4 KB
Loading

public/lingesh.jpg

63.7 KB
Loading

public/logo192.png

5.22 KB
Loading

public/logo512.png

9.44 KB
Loading

public/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "Tech Blogger",
3+
"name": "Tech Blogger Platform",
4+
"icons": [
5+
{
6+
"src": "techblogger.png",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "techblogger.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "techblogger.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

0 commit comments

Comments
 (0)