Files
PortFolio/public/index.html
Morph01 543198994b
All checks were successful
Linux arm64 / Build-and-Deploy (push) Successful in 46s
feat: add Plausible support
2025-05-15 20:29:03 +02:00

27 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/img/favicon_logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Portfolio de Thibaut ALESSI" />
<meta property="og:image" content="%PUBLIC_URL%/img/moiherosection.jpg" data-rh="true" />
<meta property="og:description" content="Portfolio de Thibaut ALESSI" data-rh="true">
<meta property="og:title" content="Portfolio" data-rh="true">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Portfolio</title>
<!-- Plausible -->
<script defer data-domain="thibaut.ale-pri.com"
src="https://plausible.ale-pri.com/js/script.file-downloads.hash.outbound-links.js"></script>
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>