Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Volkan Küçükçakar | > | DEV Template Class | > | Example3/_template.html | > | Download | ||
|
Download |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> <!--insert:title--> </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <!--start:mainpart--> <p>These lines are between morph_tags will be ignored. </p> <p>This part will be exchanged with the inside of tags in _page1.html file.</p> <!--end:mainpart--> </body> </html> |