2021-08-13 00:49:34 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block extrahead %}
|
|
|
|
<meta property="og:title" content="CrowCpp"/>
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:description" content="A Fast and Easy to use microframework for the web."/>
|
|
|
|
<meta property="og:image" content="/assets/og_img.png" />
|
|
|
|
<meta property="og:url" content="https://crowcpp.org">
|
2021-08-20 00:57:21 +00:00
|
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
|
|
<meta property="twitter:image" content="/assets/og_img.png">
|
2021-08-13 00:49:34 +00:00
|
|
|
{% endblock %}
|