Oauth-Example/static/index.html

20 lines
423 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redundant Feed!</title>
<script type="text/javascript" src="authenticator.js"></script>
<script type="text/javascript" src="loadfeed.js"></script>
</head>
<body>
<div id="app">
<div id="header">
...loading...
</div>
<div id="feed">
Your feed is empty. You must be really boring...
</div>
</div>
</body>
</html>