source: OpenWorkouts-current/ow/templates/openworkouts.pt @ 80422c4

Last change on this file since 80422c4 was 2a71053, checked in by Segundo Fdez <segun.2@…>, 5 years ago

update favicon and responsive navigation

  • Property mode set to 100644
File size: 545 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml"
2      xml:lang="en"
3      xmlns:tal="http://xml.zope.org/namespaces/tal"
4      xmlns:metal="http://xml.zope.org/namespaces/metal"
5      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
6      i18n:domain="OpenWorkouts"
7      metal:use-macro="load: base_anonymous.pt"
8      tal:attributes="lang request.locale_name">
9
10  <metal:content metal:fill-slot="content">
11
12      <!-- Promo -->
13
14      <div class="promo-content">
15          <h1>Welcome to OpenWorkouts</h1>
16      </div>
17
18  </metal:content>
19
20</html>
Note: See TracBrowser for help on using the repository browser.