aboutsummaryrefslogtreecommitdiff
path: root/src/pages/contact/contact.html
blob: b1dfb5925330ea58caf71f32b0d6d42af35ae38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<ion-header>
  <ion-navbar>
    <ion-title>
      Feedback
    </ion-title>
  </ion-navbar>
</ion-header>

<ion-content padding>
  <!--<ion-list>
    <ion-list-header>Send your feedback on Twitter</ion-list-header>
    <ion-item>
      <ion-icon name="ionic" item-start></ion-icon>
      @LuciferCReeves
    </ion-item>
  </ion-list>-->
  <h3>Feedback sending is supported only via email.</h3>
  <p>Send your feedbacks to <a href="mailto:[email protected]">[email protected]</a></p>
</ion-content>