Created
January 22, 2021 12:18
-
-
Save Natgho/dd7ff3ce4f1f46b3ba0136b487539089 to your computer and use it in GitHub Desktop.
firstPageofApp.hml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<swiper class="container" index="{{index}}"> | |
<div class="swiper-item first-page"> | |
<div class="first-page-content"> | |
<text class="title"> | |
Konumunuz: {{latlon}} | |
</text> | |
<text class="title"> | |
Dogruluk: {{accuracy}} | |
</text> | |
<text class="title"> | |
Batarya Durumu: {{battery}} | |
</text> | |
<input type="button" class="btn" value="Guncelle" onclick="updateData"/> | |
</div> | |
</div> | |
<div class="swiper-item second-page"> | |
</div> | |
<div class="swiper-item third-page third-page-content"> | |
</div> | |
<div class="swiper-item fourth-page"> | |
</div> | |
</swiper> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment