-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
764 additions
and
4,375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="fr"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" /> | ||
|
||
<title> | ||
Le socle interministériel de logiciels libres est un ensemble de logiciels libres préconisés par l'État français depuis 2013. | ||
</title> | ||
|
||
<link rel="me" href="https://social.numerique.gouv.fr/@codegouvfr"> | ||
<link rel="apple-touch-icon" href="/dsfr/favicon/apple-touch-icon.png" /> | ||
<link rel="icon" href="/dsfr/favicon/favicon.svg" type="image/svg+xml" /> | ||
<link rel="shortcut icon" href="/dsfr/favicon/favicon.ico" type="image/x-icon" /> | ||
<link rel="manifest" href="/dsfr/favicon/manifest.webmanifest" crossorigin="use-credentials" /> | ||
|
||
<link rel="stylesheet" href="/dsfr/utility/icons/icons.min.css" /> | ||
<link rel="stylesheet" href="/dsfr/dsfr.min.css" /> | ||
|
||
<!-- Primary Meta Tags --> | ||
<meta name="title" content="Socle Interministériel des Logiciels Libres"> | ||
<meta name="description" content="Catalogue de référence de logiciels libres recommandés pour l'ensemble de l'administration."> | ||
|
||
<!-- Open Graph / Facebook --> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://code.gouv.fr/sill/"> | ||
<meta property="og:title" content="Socle Interministériel des Logiciels Libres"> | ||
<meta property="og:description" content="Catalogue de référence de logiciels libres recommandés pour l'ensemble de l'administration."> | ||
<meta property="og:image" content="https://code.gouv.fr/sill/social-preview.png"> | ||
|
||
<!-- Twitter --> | ||
<meta property="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:url" content="https://code.gouv.fr/sill/"> | ||
<meta property="twitter:title" content="Socle Interministériel des Logiciels Libres"> | ||
<meta property="twitter:description" content="Catalogue de référence de logiciels libres recommandés pour l'ensemble de l'administration."> | ||
<meta property="twitter:image" content="https://code.gouv.fr/sill/social-preview.png"> | ||
|
||
<script async="true"> | ||
var _paq = window._paq || []; _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { var u = "//stats.data.gouv.fr/"; _paq.push(['setTrackerUrl', u + 'piwik.php']); _paq.push(['setSiteId', '290']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s); })(); | ||
</script> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<noscript> | ||
<h3>No Javascript? No problem.</h3> | ||
<p>We do understand why you might not want to use Javascript.</p> | ||
<p>To access to the data exposed in this website, please refer to <a href="/api/sill.json">this link</a>.</p> | ||
<h3>Pas de Javascript? Pas de souci.</h3> | ||
<p>Nous comprenons bien pourquoi vous ne souhaitez pas utiliser de Javascript.</p> | ||
<p>Pour accéder aux données exposées via ce site web, merci de vous référer à <a href="/api/sill.json">ce lien</a>.</p> | ||
</noscript> | ||
<script type="module" src="/src/index.tsx"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.