Created
July 15, 2020 15:08
-
-
Save lucasponce/fafc5f1c41bf4e026175430abe301427 to your computer and use it in GitHub Desktop.
This file contains 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="travel-t1"> | |
<input type="range" id="${city.city}_travel_t1" /> | |
</div> | |
<div class="travel-t2"> | |
<input type="range" id="${city.city}_travel_t2" /> | |
</div> | |
<div class="travel-t3"> | |
<input type="range" id="${city.city}_travel_t3" /> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment