|
|
|
@ -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> |