15 lines
489 B
HTML
Executable File
15 lines
489 B
HTML
Executable File
{% block css %}
|
|
<link type="text/css" rel="stylesheet" href="/css/account.css">
|
|
<link type="text/css" rel="stylesheet" href="/css/icon_authentication.css">
|
|
{% endblock %}
|
|
|
|
{% block body %}
|
|
<!-- <section id="account">
|
|
<button id="login" title="Authentication" onclick="return account.authentication()"><i class='icon authentication'></i></button>
|
|
</section> -->
|
|
{% endblock %}
|
|
|
|
{% block js %}
|
|
<script type="text/javascript" src="/js/account.js"></script>
|
|
{% endblock %}
|