Skip to content

Instantly share code, notes, and snippets.

@tdm00
tdm00 / gist:1204195
Created September 8, 2011 18:30 — forked from lincolnthree/gist:1204112
Bootstrap
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><link type="text/css" rel="stylesheet" href="/socialpm-web/javax.faces.resource/bootstrap.css.xhtml" /><link type="text/css" rel="stylesheet" href="/socialpm-web/javax.faces.resource/docs.css.xhtml" /><link type="text/css" rel="stylesheet" href="/socialpm-web/javax.faces.resource/prettify.css.xhtml" />
<title>SocialPM » New Project</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Cache-Control" content="must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="Mon, 1 Aug 1999 10:00:00 GMT" /><script type="text/javascript" src="/socialpm-web/javax.faces.resource/prettify.js.xhtml"></script><script type="text/javascript" src="/socialpm-web/javax.faces.resou
@tdm00
tdm00 / gist:1204137
Created September 8, 2011 18:07 — forked from lincolnthree/gist:1204112
Bootstrap
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Social PM</title>
<link rel="stylesheet" href="bootstrap-1.1.0.css">
<script type="text/javascript" src="jquery-1.6.2.min.js"></script>
<script src="application.js"></script>
</head>
<body>