Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Marko Schulz | > | Tmpl | > | example.tpl | > | Download | ||
|
Download |
<html> <head> <title>[%TITLE%]</title> <style type="text/css"> <!-- body { background-color: [%BGCOLOR%]; font-family: [%FONT%]; color: [%COLOR%]; } --> </style> </head> <body> <h3>Welcome to [%TITLE%]</h3> </body> </html> |