Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- /* styling, or CSS, goes here */
- </style>
- </head>
- <body>
- <!-- all your HTML goes here! -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement