Skip to content

Instantly share code, notes, and snippets.

@Papillard
Last active December 21, 2015 09:19
Show Gist options
  • Select an option

  • Save Papillard/6283940 to your computer and use it in GitHub Desktop.

Select an option

Save Papillard/6283940 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JPDS</title>
<!--Bootstrap CSS-->
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<!--FontAwesome-->
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<!--Your CSS-->
<link href="style.css" rel="stylesheet" type='text/css'>
<!--Google Web Fonts-->
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<!--YOUR HTML TEMPLATES GO THERE-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment