loadframe.html 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <!-- _ _ _
  2. | |(_)| |
  3. __ _ ___ _ __ ___ __| | _ | |_ ___ _ __ ___ ___
  4. / _` | / __|| '__|/ _ \ / _` || || __|/ _ \ | '_ ` _ \ / _ \
  5. | (_| || (__ | | | __/| (_| || || |_| (_) |_ | | | | | || __/
  6. \__,_| \___||_| \___| \__,_||_| \__|\___/(_)|_| |_| |_| \___|
  7. hey, friend. our source-code is at notabug.org/acredito.me
  8. -->
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <meta charset="utf-8" />
  13. <meta http-equiv="x-ua-compatible" content="ie=edge">
  14. <meta name="viewport" content="width=device-width, initial-scale=1">
  15. <title>{{title}} - Acredito.me</title>
  16. <link rel="icon" href="{{baseurl}}/fav.png" sizes="32x32" />
  17. <meta property="og:title" content="{% if c.og_title %}{{c.og_title}}{%else%}{{c.name}} - Acredito.me{%endif%}" />
  18. <meta property="og:type" content="website" />
  19. <meta property="og:url" content="{{c.customdomain}}" />
  20. <meta property="og:image" content="{% if c.og_image != '' %}{{baseurl}}/{{c.og_image}}{%else%}{{baseurl}}/{{c.profile_pic}}{%endif%}" />
  21. <meta property="og:description" content="{% if c.og_description%} {{c.og_description}} {%else%} Ajude a campanha {{c.name}} agora mesmo de forma simples com o Acredito.me.{%endif%}"/>
  22. <meta property="fb:app_id" content="1503423656375466"/>
  23. <frameset cols="100%">
  24. <frame src="http://acredito.me/{{c.urlname}}">
  25. </frameset>
  26. </html>