Browse Source

setup gh-pages branch

gh-pages
Brett Langdon 12 years ago
commit
98e67ae6bd
1 changed files with 39 additions and 0 deletions
  1. +39
    -0
      index.html

+ 39
- 0
index.html View File

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<title>cURL Talk</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
body{
font-size: 2em;
}
a,a:visited{
color: #F92672;
text-decoration: none
}
a:hover{
color: #000;
}
.remark-code {
border-radius: 6px;
}
</style>
</head>
<body>
<textarea id="source">
class: center,middle
# cURL
### [brettlangdon](http://brett.is) | [Shapeways](https://www.shapeways.com)
</textarea>
<script src="http://gnab.github.io/remark/downloads/remark-0.6.4.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshow = remark.create({
highlightLanguage: "javascript",
highlightInline: true,
highlightStyle: "monokai"
});
</script>
</body>
</html>

Loading…
Cancel
Save