Added "Fork me on GitHub" ribbon. Corrected title on resource.html file.

This commit is contained in:
Todd Fredrich
2012-05-01 14:09:46 -06:00
parent a33e126b68
commit 67fca1aa41
5 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTTP Methods for RESTful Services</title>
<title>RESTful Web Services Resources</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="HTTP methods tutorial on how to use them for RESTful API or Web Service.">
<meta name="author" content="Todd Fredrich, Pearson eCollege">
@ -41,7 +41,6 @@
<footer>
<p>
&copy;Pearson eCollege, 2012. All rights reserved.
Submit changes, corrections, questions, or comments via <a href="https://twitter.com/tfredrich">twitter</a> or <a href="mailto:tfredrich@gmail.com?subject=REST API Tutorial Question">email</a>.
</p>
</footer>
</div> <!-- /container -->
@ -78,5 +77,6 @@
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-collapse.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-carousel.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-typeahead.js"></script>
<a href="https://github.com/tfredrich/RestApiTutorial.com"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1050;" src="https://a248.e.akamai.net/camo.github.com/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
</body>
</html>