Skip to content

Commit

Permalink
Publish of github pages from Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Oct 11, 2012
1 parent 4a8da4a commit d619229
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _layouts/index.html
Expand Up @@ -4,19 +4,16 @@
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>

<meta charset="utf-8">
<title>Betamax - Record &amp; replay HTTP traffic</title>

<meta charset="utf-8">
<meta name="description" content="Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests">
<meta name="keywords" content="testing,http proxy,http stub,http mock,groovy,java,jvm,web services,rest">
<meta name="author" content="Rob Fletcher">
<script src="javascripts/modernizr.js"></script>

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<link href='http://fonts.googleapis.com/css?family=Noticia+Text:400,400italic|Source+Code+Pro|Vollkorn:700|Bitter:400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/prettify.css">

<link rel="stylesheet" type="text/css" href="stylesheets/betamax.css">

<link rel="shortcut icon" href="images/favicon.ico">
Expand All @@ -25,6 +22,8 @@
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">

<link rel="author" href="humans.txt">

<script src="javascripts/modernizr.js"></script>
</head>
<body data-spy="scroll" data-target="#doc-index">

Expand Down

0 comments on commit d619229

Please sign in to comment.