<!doctype html>
<html>
<head>
<meta http-equiv="x-ua-compatible" content="IE=Edge"/>
<title>Tiny Speck Auth</title>
<style type="text/css">

body {
	font-family: Helvetica, Arial, sans-serif;
}

#nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc;
}

#nav li a:hover {
	color: #c00;
	background-color: #fff;
}

#nav li.active a {
	background-color: #fff;
}

#nav-outer:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

abbr[title], acronym[title] {
     border-bottom: dashed 1px;
   }

pre.wrap {
	margin: 0;
	width: 400px;
	word-wrap: break-word;
}

</style>
</head>
<body>


	<div style="float: right; margin-right: 10px">
		<a href="/login/">Log In</a>
	</div>

<h1>TSAuth</h1>

<div id="nav-outer">
<ul id="nav">
	<li class="active"><a href="/status/">Status</a></li>
	<li><a href="/password/">Change Password</a></li>
</ul>
</div>


	<p style="color: red">You () are not allowed to access that URL
		(https://feeds.socialoomph.com/17/esmartstores/)</p>

	<p style="color: red">If that sounds like a mistake, contact the folks in #plz-tsauth</p>

	<p>You are not currently logged in</p>


<hr />

<h3>Multi-domain Status</h3>

<table border="1">
	<tr>
		<td>tinyspeck.com</td>
		<td><iframe src="//auth.tinyspeck.com/status/?mini=1" style="width: 200px; height: 20px; border: 0"></iframe></td>
	</tr>
	<tr>
		<td>slack.com</td>
		<td><iframe src="//auth.slack.com/status/?mini=1" style="width: 200px; height: 20px; border: 0"></iframe></td>
	</tr>
</table>

<p>
	Are you only logged into one of the above domains? Then make sure you enable 3rd party cookies!
</p>

</body>
</html>
