FEAT: Added manifest.json, added website icon.
This commit is contained in:
14
manifest.json
Normal file
14
manifest.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"start_url": "/",
|
||||
"name": "Max's Personal Website",
|
||||
"short_name": "Max's Place",
|
||||
"display": "minimal-ui",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/res/favicon.ico",
|
||||
"type": "image/png",
|
||||
"sizes": "144x144",
|
||||
"purpose": "any"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
res/.DS_Store
vendored
Normal file
BIN
res/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
res/favicon.ico
Normal file
BIN
res/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="This page holds a preview of the resume of Maxim Voldman Hutz.">
|
||||
|
||||
<!-- Header metadata. -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Content-Security-Policy" content="
|
||||
@@ -13,6 +14,12 @@
|
||||
font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com;
|
||||
connect-src ws:;
|
||||
">
|
||||
|
||||
<!-- Site's Icon -->
|
||||
<link rel="icon" type="image/png" href="/res/favicon.ico">
|
||||
|
||||
<!-- Site manifest. -->
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
||||
<!-- Preconnect with the web-font services. -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
||||
Reference in New Issue
Block a user