Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2. <div class="container text-center">
  3. <h1>The Weather</h1>
  4. <h3><i>for your current location</i></h3>
  5. </div>
  6. <div class="box container">
  7.  
  8. <p id = "data"></p>
  9. <a type="button" id = "temp" class='unit' style='text-decoration:none; cursor: pointer;'></a>
  10. <p id = "main"></p>
  11.  
  12. </div>
  13. </br></br></br></br></br></br></br></br></br>
  14.  
  15.  
  16. <footer class="navbar-fixed-bottom text-center">
  17. <p style="color:white;">Designed and developed by Huy Nguyen © 2016. All rights reserved.</p>
  18. </footer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement