Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PE-6264: update site icon and metadata tags #12

Merged
merged 3 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 23 additions & 13 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,44 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ario.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- <link rel="icon" type="image/svg+xml" href="relative url to svg" />
<meta property="og:title" content="title" />
<meta property="og:title" content="Network Portal by ar.io" />
<meta property="title" content="Network Portal by ar.io" />
<meta
property="og:image"
content="url to image"
content="https://arweave.net/QCRKmYet1clAGrPRqkVXUf_kEiL9vGK1Ht8OG0fTgQ8"
/>
<meta
property="image"
content="https://arweave.net/QCRKmYet1clAGrPRqkVXUf_kEiL9vGK1Ht8OG0fTgQ8"
/>
<meta
property="og:description"
content="description"
content="Your gateway to the permaweb."
/>
<meta
property="description"
content="Your gateway to the permaweb."
/>
<meta property="og:url" content="site url" />
-->
<meta property="og:url" content="https://network-portal.app" />
<meta property="url" content="https://network-portal.app" />

<!-- Twitter -->
<!-- <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="title" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Network Portal by ar.io" />
<meta
name="twitter:image"
content="image url"
content="https://arweave.net/QCRKmYet1clAGrPRqkVXUf_kEiL9vGK1Ht8OG0fTgQ8"
/>
<meta
name="twitter:description"
content="description"
/>-->
<title>Awesome react template</title>
content="Your gateway to the permaweb."
/>
<title>Network Portal by ar.io</title>


<script type="text/javascript">
// Single Page Apps for GitHub Pages
Expand Down
33 changes: 21 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,41 @@
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/ario.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--

<meta property="og:title" content="title" />
<meta property="og:title" content="Network Portal by ar.io" />
<meta property="title" content="Network Portal by ar.io" />
<meta
property="og:image"
content="url to image"
content="https://arweave.net/QCRKmYet1clAGrPRqkVXUf_kEiL9vGK1Ht8OG0fTgQ8"
/>
<meta
property="image"
content="https://arweave.net/QCRKmYet1clAGrPRqkVXUf_kEiL9vGK1Ht8OG0fTgQ8"
/>
<meta
property="og:description"
content="description"
content="Your gateway to the permaweb."
/>
<meta
property="description"
content="Your gateway to the permaweb."
/>
<meta property="og:url" content="site url" />
-->
<meta property="og:url" content="https://network-portal.app" />
<meta property="url" content="https://network-portal.app" />

<!-- Twitter -->
<!-- <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="title" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Network Portal by ar.io" />
<meta
name="twitter:image"
content="image url"
content="https://arweave.net/QCRKmYet1clAGrPRqkVXUf_kEiL9vGK1Ht8OG0fTgQ8"
/>
<meta
name="twitter:description"
content="description"
/>-->
content="Your gateway to the permaweb."
/>
<title>Network Portal by ar.io</title>

<!-- Start Single Page Apps for GitHub Pages -->
Expand Down
9 changes: 9 additions & 0 deletions public/ario.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

Loading