/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<%@ CodePage=65001 %> <% Response.Charset = "UTF-8" %> <% ' TODO: ' DESCRIPTION %> <!-- #include virtual="/Lib/Data.asp" --> <!-- #include virtual="/Lib/Functions.asp" --> <!-- #include file="Shared/DetectaAsoc.asp" --> <!-- #include file="Shared/Header.asp" --> <!-- #include file="Shared/Footer.asp" --> <!-- #include file="Shared/Analytics.asp" --> <% DetectaAsoc %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="AXÓN"> <link rel="shortcut icon" type="image/ico" href="favicon.ico"> <style type="text/css" media="all"> @import url("css/axon.css"); </style> <style type="text/css" media="print"> @import url("css/print.css") print; </style> </head> <body> <div id="page"> <table id="content"> <tr> <td class="col1"> COLUMNA 1 </td> <td class="col2"> COLUMNA 2 </td> </tr> </table> </div> <% Analytics %> </body> </html>