/ Published in: HTML
Just a simple virgin template for an html4 page
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="/static/style.css" media="screen" /> <style type='text/css'> </style> <script type='text/javascript'> <!-- --> </script> </head> <body> </body> </html>