Skip to content

Instantly share code, notes, and snippets.

@fallinov
Created January 19, 2021 09:36
Show Gist options
  • Save fallinov/fbdba602399f26e3a4abd5105fb7e109 to your computer and use it in GitHub Desktop.
Save fallinov/fbdba602399f26e3a4abd5105fb7e109 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Jeu de caractères utilisé pour l'encodage du fichier HTML -->
<meta charset="UTF-8">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Titre de la page -->
<title>Titre de la page | Nom du site</title>
<!-- Auteur -->
<meta name="author" content="Laure Dinateur">
<!-- Description de la page -->
<meta name="description" content="Brève description du contenu de la page.">
<!-- Reset CSS Normalize CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"/>
</head>
<body>
<h1>Titre principal de la page</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment