Skip to content

Instantly share code, notes, and snippets.

@itsmeadarsh2008
Created August 20, 2021 12:37
Show Gist options
  • Select an option

  • Save itsmeadarsh2008/845d8d737d94ab8d4c2bc08398508602 to your computer and use it in GitHub Desktop.

Select an option

Save itsmeadarsh2008/845d8d737d94ab8d4c2bc08398508602 to your computer and use it in GitHub Desktop.
HTML Template With Bootstrap CDN
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
<title>Document</title>
</head>
<body>
</body>
</html>
@itsmeadarsh2008
Copy link
Author

Faster Snippet For Web Development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment