32 lines
695 B
HTML
32 lines
695 B
HTML
{{template "home/header_box.html" .}}
|
|
|
|
<section id="box" class="animated fadeInUp">
|
|
<div>
|
|
<h1 id="logo">leanote</h1>
|
|
<div id="boxForm">
|
|
<div id="boxHeader">We got a error</div>
|
|
<form>
|
|
<div class="alert alert-danger" id="loginMsg" style="display: block">
|
|
Sorry, we can't get your infomation.
|
|
|
|
<br />
|
|
Please <a href="/login">{{msg . "login"}}</a> Or <a href="/register?email={{.email}}">{{msg . "register"}}</a>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<div id="boxFooter">
|
|
<p>
|
|
<a href="/login">{{msg . "login"}}</a>
|
|
|
|
<a href="/index">{{msg . "home"}}</a>
|
|
</p>
|
|
<p>
|
|
<a href="/index">leanote</a> © 2014
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |