Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
574 B

17 years ago
  1. Content-type: text/html
  2. <?xml version="1.0" encoding="iso-8859-1"?>
  3. <!DOCTYPE html
  4. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  5. "DTD/xhtml1-strict.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <title>${title}</title>
  9. <meta name="keywords" content="${keywords}" />
  10. <meta name="description" content="${description}" />
  11. <meta name="author" content="${author}" />
  12. <link rel="stylesheet" href="${stylesheet_url}" />
  13. <link rel="icon" type="image/x-png" href="${favicon_url}" />
  14. </head>
  15. <body>
  16. <h1>${title}</h1>