/ Published in: HTML
* Use this to start any Desktop or Responsive sites
* Assets always live in the /prebuilt/ folder
* Assets always live in the /prebuilt/ folder
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="prebuilt/css/bootstrap.css" rel="stylesheet" /> <link href="prebuilt/css/bootstrap-responsive.css" rel="stylesheet" /> <link href="prebuilt/css/custom.css" rel="stylesheet" /> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="prebuilt/js/html5shiv.js"></script> <![endif]--> </head> <body> </body> </html>
URL: http://getbootstrap.com/2.3.2/