Skip to content

Instantly share code, notes, and snippets.

@aelkz
Created March 11, 2016 18:18
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 aelkz/2171429cb4b6ae71e1b9 to your computer and use it in GitHub Desktop.
Save aelkz/2171429cb4b6ae71e1b9 to your computer and use it in GitHub Desktop.
<!-- @description The content bellow can be used on GAS - Google Apps Script for embed jquey and bootstrap into your customized html -->
<!-- @author raphael.alex@gmail.com -->
<!-- @github aelkz -->
<!-- Include Twitter Bootstrap and jQuery: -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment