Skip to content

Instantly share code, notes, and snippets.

@johnjosephhorton
Created June 19, 2014 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnjosephhorton/374b5dce24eae339be65 to your computer and use it in GitHub Desktop.
Save johnjosephhorton/374b5dce24eae339be65 to your computer and use it in GitHub Desktop.
Sample task
<html lang="en">
<title>Obot</title>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52001608-1', 'obot.io');
ga('send', 'pageview');
</script>
<style>
* {
font-family: courier;
}
</style>
<meta name="google-site-verification" content="a8RuLuD17qG3C2Z8Sj0bRon01w2F1BK_LV5bRkFtb24" />
</head>
<body>
<div class="container">
<a href="/">Home</a> &middot;
<a href="/create_item/">List an Item</a> &middot;
<a href="/seller_how_to/">How it Works</a> &middot;
<a href="/about/">About</a>
</div>
<br>
<div class ="container">
<h1>OBOT</h1>
<h4>sell anything, anywhere, hassle-free</h4>
<ul>
<li><a href="/create_item/">I want to sell something</a></li>
<li><a href="/view_marketplace/">I want to buy something</a></li>
</ul>
<br>
<br>
<div class="session_info">
Logged in as: unknown
<br>
Questions? Comments? We'd love to hear from you at <a href="mailto:support@obot.io">support@obot.io</a>.
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment