Last active
January 22, 2021 08:53
-
-
Save Natgho/164c3de7f0a3cb2e98c814a8c9fc4057 to your computer and use it in GitHub Desktop.
firstPageDesign
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
<div class="container" style="flex-direction: column;"> | |
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment