curriculum/public/index.html

56 lines
2.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2021-07-13 11:32:27 +02:00
<meta name="theme-color" content="#326273" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Anthony Dumas</title>
2022-02-11 14:23:54 +01:00
<!-- Matomo -->
<script>
2022-08-22 14:28:45 +00:00
var _paq = window._paq = window._paq || [];
2022-02-11 14:23:54 +01:00
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
2022-08-22 14:28:45 +00:00
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.adm.ink/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
2022-02-11 14:23:54 +01:00
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
2021-01-02 23:10:56 +01:00
<noscript>
<h1>Ce site requiert Javascript (désolé !)</h1>
2022-07-17 11:20:35 +02:00
Dirigez vous vers
<a href="https://files.adm.ink/anthony-dumas-cv.pdf"
>https://files.adm.ink/anthony-dumas-cv.pdf</a
>
pour une version PDF.
2021-01-02 23:10:56 +01:00
</noscript>
<div id="root"></div>
</body>
</html>