Skip to content

Instantly share code, notes, and snippets.

@fallinov
Last active January 19, 2021 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fallinov/2a3d74ce393da2acbb1b6b675672d637 to your computer and use it in GitHub Desktop.
Save fallinov/2a3d74ce393da2acbb1b6b675672d637 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"/>
<!-- CSS de base -->
<link rel="stylesheet" href="css/main.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