Skip to content

Instantly share code, notes, and snippets.

@romaricdrigon
Last active October 31, 2023 13:03
Show Gist options
  • Save romaricdrigon/0cfe5704f0024a3fb2cb to your computer and use it in GitHub Desktop.
Save romaricdrigon/0cfe5704f0024a3fb2cb to your computer and use it in GitHub Desktop.
Minimal HTML boilerplate
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment