Advertisement
septims

Theme Tut: Basic Code

Jun 26th, 2014
1,566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <style type="text/css">
  12.  
  13. /* styling, or CSS, goes here */
  14.  
  15. </style>
  16.  
  17. </head>
  18.  
  19. <body>
  20.  
  21. <!-- all your HTML goes here! -->
  22.  
  23. </body>
  24.  
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement