Skip to content

Instantly share code, notes, and snippets.

@fusco
Last active June 8, 2016 16:46
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/bf76257f2c65d0a7c006687909ab54ba to your computer and use it in GitHub Desktop.
Save fusco/bf76257f2c65d0a7c006687909ab54ba to your computer and use it in GitHub Desktop.
html5 base
<!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>
<!-- ... ... -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment