Oauth-Example/static/index.html

20 lines
423 B
HTML
Raw Normal View History

2017-09-28 23:03:15 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redundant Feed!</title>
2017-10-06 05:26:57 +00:00
<script type="text/javascript" src="authenticator.js"></script>
2017-09-28 23:03:15 +00:00
<script type="text/javascript" src="loadfeed.js"></script>
</head>
<body>
2017-10-06 05:26:57 +00:00
<div id="app">
<div id="header">
...loading...
</div>
<div id="feed">
Your feed is empty. You must be really boring...
</div>
2017-09-28 23:03:15 +00:00
</div>
</body>
</html>