Created
June 19, 2014 11:33
-
-
Save johnjosephhorton/374b5dce24eae339be65 to your computer and use it in GitHub Desktop.
Sample task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> · | |
<a href="/create_item/">List an Item</a> · | |
<a href="/seller_how_to/">How it Works</a> · | |
<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:[email protected]">[email protected]</a>. | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment