generated from nathanwoodburn/python-webserver-template
feat: Add setup page and OG
This commit is contained in:
@@ -4,8 +4,19 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Nathan.Woodburn/</title>
|
||||
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
|
||||
<title>Firepool | Page Not Found</title>
|
||||
<meta name="description" content="The page you requested could not be found on Firepool.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="Firepool">
|
||||
<meta property="og:title" content="Firepool | Page Not Found">
|
||||
<meta property="og:description" content="The page you requested could not be found on Firepool.">
|
||||
<meta property="og:url" content="{{ request.url }}">
|
||||
<meta property="og:image" content="https://explorer.hns.au/assets/img/favicon.png">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Firepool | Page Not Found">
|
||||
<meta name="twitter:description" content="The page you requested could not be found on Firepool.">
|
||||
<meta name="twitter:image" content="https://explorer.hns.au/assets/img/favicon.png">
|
||||
<link rel="icon" href="https://explorer.hns.au/assets/img/favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="/assets/css/404.css">
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user