Revision: 64406
Updated Code
at August 6, 2013 02:58 by tymartist
Updated Code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Title</title> <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> <script src="prebuilt/js/jquery.js"></script> <script src="prebuilt/js/bootstrap.min.js"></script> <script src="prebuilt/js/custom.js"></script> </body> </html>
Revision: 64405
Updated Code
at August 6, 2013 01:02 by tymartist
Updated Code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Title</title> <link href="prebuilt/css/bootstrap.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> <script src="prebuilt/js/jquery.js"></script> <script src="prebuilt/js/bootstrap.min.js"></script> <script src="prebuilt/js/custom.js"></script> </body> </html>
Revision: 64404
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 6, 2013 00:54 by tymartist
Initial Code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Otis McAllister | Brands</title> <link href="includes/css/bootstrap.css" rel="stylesheet"> <link href="includes/css/custom.css" rel="stylesheet"> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="includes/js/html5shiv.js"></script> <![endif]--> </head> <body> <script src="includes/js/jquery.js"></script> <script src="includes/js/bootstrap.min.js"></script> <script src="includes/js/custom.js"></script> </body> </html>
Initial URL
http://getbootstrap.com/2.3.2/
Initial Description
* Use this to start any Desktop or Responsive sites * Assets always live in the /prebuilt/ folder
Initial Title
Desktop & Responsive Bootstrap Template
Initial Tags
template, files, starter
Initial Language
HTML