Skip to content

Instantly share code, notes, and snippets.

@bigthyme
Created August 8, 2012 17:27
Show Gist options
  • Save bigthyme/3296852 to your computer and use it in GitHub Desktop.
Save bigthyme/3296852 to your computer and use it in GitHub Desktop.
Bootstrap Intro
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>My First Webpage</title>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="resources/css/webpage.css"/>
<!--For Mobile Users-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment