Skip to content

Instantly share code, notes, and snippets.

@jbro-io
Last active December 29, 2015 07:08
Show Gist options
  • Save jbro-io/7633465 to your computer and use it in GitHub Desktop.
Save jbro-io/7633465 to your computer and use it in GitHub Desktop.
<apex:page showHeader="false"
sidebar="false"
standardStylesheets="false"
applyHtmlTag="false"
applyBodyTag="false"
tabStyle="[TAB_STYLE]">
<html lang="en">
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- Bootstrap -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet" media="screen"/>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<title>BootStrapV3 on Visualforce Page</title>
</head>
<body>
<div class="container">
</div>
</body>
</html>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment