18 lines
355 B
HTML
18 lines
355 B
HTML
{{template "home/header_box.html" .}}
|
|
|
|
<section id="box">
|
|
<div>
|
|
<h1>
|
|
leanote | we got a error
|
|
</h1>
|
|
<form class="form-inline" id="boxForm">
|
|
<p>
|
|
Sorry, we can't get your infomation.
|
|
<br />
|
|
Please <a href="/login">Sign in</a> Or <a href="/register?email={{.email}}">Sign up</a>
|
|
</p>
|
|
</form>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html> |