Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // Forces CSS/JS to compile even if it isn't
  2. // used on the layout.
  3. compile Normalize;
  4.  
  5. Head
  6. {
  7. Meta(ie = 1);
  8. }
  9. Body
  10. {
  11. BGWrapper
  12. {
  13. Nav
  14. {
  15. Nav_Item
  16. {
  17. Link(source = "www.google.com") { "Home" }
  18. }
  19. }
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement