Guest User

Untitled

a guest
Nov 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <form action="#" class="AppPageForm" >
  2. <h2>@ViewBag.Title.</h2>
  3. <h3>@ViewBag.Message</h3>
  4. <section>
  5. <h1>My Map</h1>
  6. <div id="map" style=" width:550px; height: 400px"></div>
  7. </section>
  8. <section>
  9. <div class="form-group">
  10. <label for="txtlong">Longitude</label>
  11. <input type="text" class="txtlong form-control" id="txtlong" placeholder="Longitude" >
  12. </div>
  13. <div class="form-group">
  14. <label for="txtlat">Latitude</label>`enter code here`
  15. <input type="text" class="txtlat form-control" id="txtlat" placeholder="Latitude" >
  16. </div>
  17. </section>
  18. </form>
Add Comment
Please, Sign In to add comment