generated from nathanwoodburn/python-webserver-template
feat: Add OpenGraph info
This commit is contained in:
@@ -4,9 +4,27 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Fire Explorer - Handshake Blockchain Explorer</title>
|
<title>Fire Explorer</title>
|
||||||
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
|
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
|
||||||
<link rel="stylesheet" href="/assets/css/index.css">
|
<link rel="stylesheet" href="/assets/css/index.css">
|
||||||
|
<meta name="description" content="A hot new Handshake Blockchain Explorer">
|
||||||
|
|
||||||
|
<!-- Open Graph Meta Tags -->
|
||||||
|
<meta property="og:url" content="https://explorer.hns.au/">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Fire Explorer">
|
||||||
|
<meta property="og:description" content="A hot new Handshake Blockchain Explorer">
|
||||||
|
<meta property="og:image" content="https://explorer.hns.au/assets/img/og.png">
|
||||||
|
<meta property="og:image:width" content="1200">
|
||||||
|
<meta property="og:image:height" content="630">
|
||||||
|
|
||||||
|
<!-- Twitter Meta Tags -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="twitter:domain" content="explorer.hns.au">
|
||||||
|
<meta property="twitter:url" content="https://explorer.hns.au/">
|
||||||
|
<meta name="twitter:title" content="Fire Explorer">
|
||||||
|
<meta name="twitter:description" content="A hot new Handshake Blockchain Explorer">
|
||||||
|
<meta name="twitter:image" content="https://explorer.hns.au/assets/img/og.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user