Skip to content

Instantly share code, notes, and snippets.

@nltesown
Created November 16, 2018 12:51
Show Gist options
  • Save nltesown/7b65999b9c78397883dc34e563166769 to your computer and use it in GitHub Desktop.
Save nltesown/7b65999b9c78397883dc34e563166769 to your computer and use it in GitHub Desktop.
HTML base snippet (1)
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">-->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.10/lodash.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.1/moment.min.js"></script> -->
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment