/ Published in: HTML
Just a simple virgin template for an html4 page
Expand |
Embed | Plain Text
<!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>
Comments
Subscribe to comments
You need to login to post a comment.

a comment would be nice to assist new html learners. alot of ppl will think wtf to this.
Yeah well. Im thinking, Wtf does this do anything?
Looks like a simple boilerplate/template to me.