1234567891011121314151617181920212223242526272829 |
- <!-- _ _ _
- | |(_)| |
- __ _ ___ _ __ ___ __| | _ | |_ ___ _ __ ___ ___
- / _` | / __|| '__|/ _ \ / _` || || __|/ _ \ | '_ ` _ \ / _ \
- | (_| || (__ | | | __/| (_| || || |_| (_) |_ | | | | | || __/
- \__,_| \___||_| \___| \__,_||_| \__|\___/(_)|_| |_| |_| \___|
- hey, friend. our source-code is at notabug.org/acredito.me
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>{{title}} - Acredito.me</title>
- <link rel="icon" href="{{baseurl}}/fav.png" sizes="32x32" />
- <meta property="og:title" content="{% if c.og_title %}{{c.og_title}}{%else%}{{c.name}} - Acredito.me{%endif%}" />
- <meta property="og:type" content="website" />
- <meta property="og:url" content="{{c.customdomain}}" />
- <meta property="og:image" content="{% if c.og_image != '' %}{{baseurl}}/{{c.og_image}}{%else%}{{baseurl}}/{{c.profile_pic}}{%endif%}" />
- <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%}"/>
- <meta property="fb:app_id" content="1503423656375466"/>
- <frameset cols="100%">
- <frame src="http://acredito.me/{{c.urlname}}">
- </frameset>
- </html>
|