Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed Jun 15, 2024
1 parent 3b30930 commit 93fa34e
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en" role="banner">

<head role="contentinfo">
<meta charset="utf-8">
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//fonts.gstatic.com" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#343a40">
<base href="%PUBLIC_URL%/" />
<meta name="msapplication-navbutton-color" content="#343a40">
<meta name="apple-mobile-web-app-status-bar-style" content="#343a40">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="msapplication-starturl" content="/">
<link rel="manifest" href="%PUBLIC_URL%/m.webmanifest">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<meta name="description" content="Art / Code" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:title" content="lepo.co - Media House" />
<meta property="og:description" content="Art / Code" />
<meta property="og:site_name" content="lepo.co" />
<meta property="article:publisher" content="https://www.facebook.com/devlepo" />
<meta property="article:modified_time" content="2021-09-26T00:34:34+00:00" />
<meta name="twitter:card" content="summary_large_image" />
<title>404</title>
<meta property="og:url" content="https://lepo.co" />
<link rel="canonical" href="https://lepo.co" />
<link rel="shortlink" href="https://lepo.co" />
<style>
.app-nojs,
.app-cookie {
display: none;
}
</style>
</head>

<body>

</body>

</html>

0 comments on commit 93fa34e

Please sign in to comment.