Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2015
1,221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  3. <head>
  4. <meta http-equiv="refresh" content="3; url=http://yoururl.com/" />
  5. <title>Website Redirector by CPAElites</title>
  6. <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
  7. <b:if cond='data:blog.isMobile'>
  8. <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
  9. <b:else/>
  10. <meta content='width=1100' name='viewport'/>
  11. </b:if>
  12. <b:include data='blog' name='all-head-content'/>
  13. <title><data:blog.pageTitle/></title>
  14. <b:skin>
  15. <![CDATA[/*
  16. body {
  17. font: $(body.font);
  18. color: $(body.text.color);
  19. background: $(body.background);
  20. padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
  21. $(body.background.override) margin: 0;
  22. padding: 0;
  23. }
  24. ]]>
  25. </b:skin>
  26. </head>
  27. <body>
  28. <center>Redirecting you in 3 seconds...</center>
  29. <b:section class='main' id='main' showaddelement='yes'/>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement