feat(app): update og and icons
This commit is contained in:
31
index.html
31
index.html
@@ -1,9 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Phosphor Icons</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#343330" />
|
||||
<meta
|
||||
@@ -11,6 +10,19 @@
|
||||
content="A flexible icon family for interfaces, diagrams, presentations — whatever, really."
|
||||
/>
|
||||
<meta name="author" content="Tobias Fried" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
|
||||
<link rel="apple-touch-icon" href="/favicon-192.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<!-- GOOGLE META -->
|
||||
<meta itemprop="name" content="Phosphor Icons" />
|
||||
@@ -28,7 +40,7 @@
|
||||
"@type": "Project",
|
||||
"url": "https://phosphoricons.com",
|
||||
"email": "hello@phosphoricons.com",
|
||||
"location": "Brooklyn, NY",
|
||||
"location": "Denver, CO",
|
||||
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
|
||||
"logo": "https://phosphoricons.com/favicon-512.png"
|
||||
}
|
||||
@@ -65,19 +77,6 @@
|
||||
/>
|
||||
<meta name="twitter:site" content="@_phosphoricons" />
|
||||
<meta name="twitter:creator" content="@friedtm" />
|
||||
|
||||
<link rel="apple-touch-icon" href="/favicon-192.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="/manifest.json" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
Reference in New Issue
Block a user