Advertisement
Guest User

justin viver

a guest
Dec 18th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>hace calor?</title>
  8. </head>
  9. <style>
  10. p {
  11. color: white;
  12. }
  13. </style>
  14. </head>
  15. <body style="background-color: green">
  16. <center>
  17. <h1 style="color: gray">Convertidor de Celcius ==> Kelvin!</h1>
  18. <form action="ctok" method="post" style="color: white">
  19. <br>Ingrese °C=<input type="text" name="cel">
  20. <br> <input type="submit" value="Transformar">
  21. <input type="button"onClick="location.href='ktoc.jsp'" value="Ir a: Kelvin a Celcius">
  22. <input type="button"onClick="location.href='historial.jsp'" value="Ir a: Historial">
  23. <p>${mensaje}</p>
  24. </form>
  25. </center>
  26. <img src="http://i.imgur.com/TdafJxo.gif">
  27. <img ALIGN="right" src="http://i.imgur.com/jO9J4ks.gif">
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement