Created
August 4, 2009 22:30
-
-
Save anonymous/162357 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__DATA__ | |
html content_type text/html; charset=$blog_encoding | |
html head <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
html head <html> | |
html head <head> | |
html head <meta http-equiv="content-type" content="$content_type" > | |
html head <link rel="alternate" type="application/rss+xml" title="RSS" href="$url/index.rss" > | |
html head <title>$blog_title $path_info_da $path_info_mo $path_info_yr</title> | |
html head </head> | |
html head <body> | |
html head <div align="center"> | |
html head <h1>$blog_title</h1> | |
html head <p>$path_info_da $path_info_mo $path_info_yr</p> | |
html head </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment