mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-05 21:26:10 +02:00
13 lines
559 B
HTML
13 lines
559 B
HTML
<!doctype html>
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" itemscope="itemscope" itemtype="http://schema.org/Product">
|
|
{% include '../includes/head.html' %}
|
|
<body>
|
|
<div class="navbar navbar-inverse navbar-fixed-top" data-ng-include="'views/header.html'" data-role="navigation"></div>
|
|
<section class="content">
|
|
{% block content %}{% endblock %}
|
|
</section>
|
|
<footer data-ng-include="'views/footer.html'"></footer>
|
|
{% include '../includes/foot.html' %}
|
|
</body>
|
|
</html>
|