Skip to content

Instantly share code, notes, and snippets.

@aliciasebastien
Last active August 29, 2015 14:01
Show Gist options
  • Save aliciasebastien/b1a7077dc09592f302e3 to your computer and use it in GitHub Desktop.
Save aliciasebastien/b1a7077dc09592f302e3 to your computer and use it in GitHub Desktop.
Structure de base d'une page HTML5

#Structure de base d'une page HTML5#

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Titre</title>
    </head>

    <body>
    
    </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment