Hi, is my first time coding and i needs help about integrate Flarum core interface inside a Error 404 page with my custom text. Can someone help?
Exemple concept image (WIP):
I don't know whats components codes i needs to do this. I made a github repository to get help if something goes wrong or needs some quick model.
Soo there the code i made:
`<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Erreur 404 - Shawny43 Forum</title>
<link rel="stylesheet" href="https://shawny43.flarum.cloud/assets/forum-ffff91d0.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta name="description" content="Le forum officiel de Shawny43, fait avec Flarum via FreeFlarum.">
<meta name="theme-color" content="#fbc02d">
<meta name="application-name" content="Shawny43 Forum">
<meta name="robots" content="index, follow">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://shawny43.flarum.cloud/assets/site-image-1ypaz8pl.png">
<link rel="shortcut icon" href="https://shawny43.flarum.cloud/assets/favicon-dborrytt.png">
<link rel="manifest" href="/webmanifest">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta id="apple-style" name="apple-mobile-web-app-status-bar-style" content="default">
<meta id="apple-title" name="apple-mobile-web-app-title" content="Shawny43 Forum - Powered by Flarum">
<link id="apple-icon-48" rel="apple-touch-icon" href="/assets/pwa-icon-48x48.png">
<link id="apple-icon-72" rel="apple-touch-icon" sizes="72x72" href="/assets/pwa-icon-72x72.png">
<link id="apple-icon-96" rel="apple-touch-icon" sizes="96x96" href="/assets/pwa-icon-96x96.png">
<link id="apple-icon-144" rel="apple-touch-icon" sizes="144x144" href="/assets/pwa-icon-144x144.png">
<link id="apple-icon-196" rel="apple-touch-icon" sizes="196x196" href="/assets/pwa-icon-196x196.png">
<link id="apple-icon-256" rel="apple-touch-icon" sizes="256x256" href="/assets/pwa-icon-256x256.png">
<link id="apple-icon-512" rel="apple-touch-icon" sizes="512x512" href="/assets/pwa-icon-512x512.png">
<meta name="google-site-verification" content="6TLHkyfo18nbDG-arXnQ3q3sHVfsxyEIiPy8fgm7sVA">
<meta property="og:site_name" content="Shawny43 Forum">
<meta property="og:type" content="website">
<meta property="og:image" content="https://shawny43.flarum.cloud/assets/site-image-1ypaz8pl.png">
<script type="application/ld+json">[{"@context":"http:\/\/schema.org","@type":"WebPage","publisher":{"@type":"Organization","name":"Shawny43 Forum","url":"https:\/\/shawny43.flarum.cloud","description":"Le forum officiel de Shawny43, fait avec Flarum via FreeFlarum.","logo":"https:\/\/shawny43.flarum.cloud\/assets\/logo-00v4tsxo.png"},"image":"https:\/\/shawny43.flarum.cloud\/assets\/site-image-1ypaz8pl.png"},{"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/shawny43.flarum.cloud\/","potentialAction":{"@type":"SearchAction","target":"https:\/\/shawny43.flarum.cloud\/?q={search_term_string}","query-input":"required name=search_term_string"}}]</script>
<style data-emotion=""></style></head>
<body>
<h1>Impossible de trouver le contenu recherchée.</h1>
<p>Votre navigateur ne parvient pas à trouver le contenu recherchée.</p>
<h3>Solutions possibles:</h3>
<ul>
<li>Vérifier votre lien d'internet</li>
<li>Assurez vous que le lien redirigée est valide</li>
<li>Si le problème persiste, contacter le support du site.</li>
</ul>
<p><strong>Support:</strong></p>
<a href="https://discord.gg/XTyVR9kJv9">Accéder au support (Discord)</a>
<p><strong>Retourner à l'acceuil</strong></p>
<a href="https://shawny43.flarum.cloud">Retourner à l'acceuil Forum</a>
</body>
</html>`
I use FOF HTML errors pages for doing this.
Soo any advice about that?
Thanks you!
PS: I think the text editor on posting is broken i can't add a code boxes.