Açıklama Yok

iframe.html 715B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <!--[if IE 7]>
  3. <html class="ie ie7" <%= language_attributes | raw %>>
  4. <![endif]-->
  5. <!--[if IE 8]>
  6. <html class="ie ie8" <%= language_attributes | raw %>>
  7. <![endif]-->
  8. <!--[if !(IE 7) & !(IE 8)]><!-->
  9. <html <%= language_attributes | raw %>>
  10. <!--<![endif]-->
  11. <head>
  12. <meta charset="UTF-8">
  13. <meta name="viewport" content="width=device-width">
  14. <meta name="robots" content="noindex, nofollow">
  15. <title><%= __('MailPoet Subscription Form') %></title>
  16. <%= stylesheet('mailpoet-public.css') %>
  17. <%= scripts | raw %>
  18. </head>
  19. <body>
  20. <%= form | raw %>
  21. <script type="text/javascript">
  22. var MailPoetForm = <%= json_encode(mailpoet_form) %>;
  23. </script>
  24. </body>
  25. </html>