Plantilla pagina AXON


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <%@ CodePage=65001 %>
  2. <% Response.Charset = "UTF-8" %>
  3. <%
  4. ' TODO:
  5. ' DESCRIPTION
  6.  
  7. %>
  8.  
  9. <!-- #include virtual="/Lib/Data.asp" -->
  10. <!-- #include virtual="/Lib/Functions.asp" -->
  11. <!-- #include file="Shared/DetectaAsoc.asp" -->
  12. <!-- #include file="Shared/Header.asp" -->
  13. <!-- #include file="Shared/Footer.asp" -->
  14. <!-- #include file="Shared/Analytics.asp" -->
  15. <% DetectaAsoc %>
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  18. "http://www.w3.org/TR/html4/strict.dtd">
  19. <html lang="en">
  20. <head>
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <title>Libros : AXÓN</title>
  23. <meta name="description" content="">
  24. <meta name="keywords" content="">
  25. <meta name="author" content="AXÓN">
  26. <link rel="shortcut icon" type="image/ico" href="favicon.ico">
  27. <style type="text/css" media="all">
  28. @import url("css/axon.css");
  29. </style>
  30. <style type="text/css" media="print">
  31. @import url("css/print.css") print;
  32. </style>
  33. </head>
  34. <body>
  35. <div id="page">
  36. <div id="header"><% Header %></div>
  37. <table id="content">
  38. <tr>
  39. <td class="col1">
  40. COLUMNA 1
  41. </td>
  42. <td class="col2">
  43. COLUMNA 2
  44. </td>
  45. </tr>
  46. </table>
  47. <div id="footer"><% Footer %></div>
  48. </div>
  49. <% Analytics %>
  50. </body>
  51. </html>
  52.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.