Skip to content

Instantly share code, notes, and snippets.

@fusco
Created June 19, 2017 08:35
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 fusco/29c887503c95cc4c6ceea956f8a3925c to your computer and use it in GitHub Desktop.
Save fusco/29c887503c95cc4c6ceea956f8a3925c to your computer and use it in GitHub Desktop.
page basique html5
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Titre de la page</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
...
<!-- Le reste du contenu -->
...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment