Skip to content

Commit

Permalink
update manifest, html head
Browse files Browse the repository at this point in the history
  • Loading branch information
hovinhthanh7893 committed Apr 23, 2023
1 parent b0ee09c commit 49dbc9a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
<head>
<title>HoVinhThanh7893</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="hovinhthanh7893 portfolio" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="msapplication-TileColor" content="#303E50">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="author" content="hovinhthanh7893">
<meta name="description" content="hovinhthanh7893 portfolio">
<meta name="keywords" content="hovinhthanh7893, portfolio, web development, programming, game design">
<meta name="theme-color" content="#000000" />
<meta name="format-detection" content="telephone=no" />
<meta name="theme-color" content="#000000">
<meta name="format-detection" content="telephone=no">

<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q5DSMWE148"></script>
<script>
Expand All @@ -21,7 +26,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="./icons/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icons/favicon/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="./icons/favicon/apple-touch-icon.png">
<link rel="manifest" href="./manifest.json" />
<link rel="manifest" href="./manifest.webmanifest" />
<link rel="stylesheet" type="text/css" href="./style.css" />
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Playfair+Display&family=Roboto+Slab&display=swap" rel="stylesheet" />
</head>
Expand Down
14 changes: 9 additions & 5 deletions manifest.json → manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
{
"name": "HoVinhThanh7893",
"short_name": "HoVinhThanh7893",
"name": "PORTFOLIO",
"description": "hovinhthanh7893 portfolio",
"icons": [
{
"src": "./icons/favicon/favicon.ico",
"sizes": "64x64 24x24",
"type": "icons/x-icon"
"type": "icons/x-icon",
"purpose": "any maskable"
},
{
"src": "./icons/favicon/android-chrome-192x192.png",
"type": "icons/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "./icons/favicon/android-chrome-512x512.png",
"type": "icons/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": ".",
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000"
Expand Down

0 comments on commit 49dbc9a

Please sign in to comment.