forked from Archives/Athou_commafeed
45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns:wicket="http://wicket.apache.org">
|
|
<body>
|
|
<wicket:extend>
|
|
<div class="container">
|
|
<div class="row header">
|
|
<div class="text-center">
|
|
<h1>
|
|
<a wicket:id="logo-link">
|
|
<img src="images/logo_censored.png"></img>
|
|
</a>
|
|
</h1>
|
|
</div>
|
|
<h4 class="text-center">
|
|
CommaFeed is a bloat-free feed reader. It aims to replace Google Reader while keeping things simple.
|
|
<br />
|
|
<a wicket:id="demo-login">Try out the demo.</a>
|
|
</h4>
|
|
</div>
|
|
<div class="row">
|
|
<div class="span6">
|
|
<div class="well" id="login-panel">
|
|
<h3>Login</h3>
|
|
<span wicket:id="login"></span>
|
|
</div>
|
|
</div>
|
|
<div class="span6" wicket:enclosure="register">
|
|
<div class="well" id="register-panel">
|
|
<h3>Register</h3>
|
|
<span wicket:id="register"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<hr />
|
|
<div class="footer">
|
|
<span>© <a href="http://www.commafeed.com" target="_blank">CommaFeed</a></span>
|
|
<span> - Sources on <a href="https://github.com/Athou/commafeed" target="_blank">GitHub</a></span>
|
|
<span> - REST API <a href="api" target="_blank">documentation</a></span>
|
|
</div>
|
|
</div>
|
|
</wicket:extend>
|
|
</body>
|
|
</html>
|