2021-04-15 10:25:23 +05:30
|
|
|
<!DOCTYPE html>
|
2021-04-09 14:21:43 +05:30
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2021-05-04 15:45:53 +05:30
|
|
|
<title><.= PAGE .> | <.= crate::pages::NAME .></title>
|
2021-05-09 16:39:52 +05:30
|
|
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
|
|
|
<meta
|
|
|
|
name="description"
|
2021-05-15 21:36:52 +05:30
|
|
|
content="mCaptcha is an AGPL'd, privacy focued, proof-of-work based CAPTCHA System"
|
2021-05-09 16:39:52 +05:30
|
|
|
/>
|
|
|
|
|
|
|
|
<meta name="author" content="Aravinth Manivannan" />
|
|
|
|
<meta name="twitter:card" value="summary_large_image" />
|
|
|
|
<meta name="twitter:site" content="@realaravinth" />
|
|
|
|
<meta
|
|
|
|
name="twitter:title"
|
|
|
|
content="<.= PAGE .> | <.= crate::pages::NAME .>"
|
|
|
|
/>
|
|
|
|
<meta
|
|
|
|
name="twitter:description"
|
|
|
|
content="mCaptcha is an AGPL'd, privacy focued, proof-of-work based CAPTCHA System"
|
|
|
|
/>
|
|
|
|
<meta name="twitter:creator" content="@realaravinth" />
|
|
|
|
<meta name="twitter:image" content="https://mcaptcaha.org/icon-trans.png" />
|
|
|
|
|
|
|
|
<meta
|
|
|
|
property="og:title"
|
|
|
|
content="<.= PAGE .> | <.= crate::pages::NAME .>"
|
|
|
|
/>
|
|
|
|
<meta property="og:type" content="article" />
|
|
|
|
<meta property="og:url" content="https://mcaptcaha.org" />
|
|
|
|
<meta property="og:image" content="https://mcaptcaha.org/icon-trans.png" />
|
|
|
|
<meta
|
|
|
|
property="og:description"
|
|
|
|
content="mCaptcha is an AGPL'd, privacy focued, proof-of-work based CAPTCHA System"
|
|
|
|
/>
|
2021-05-15 21:36:52 +05:30
|
|
|
<meta property="og:site_name"
|
|
|
|
content="mCaptcha is an AGPL'd, privacy focued, proof-of-work based CAPTCHA System"
|
|
|
|
/>
|
2021-04-09 14:21:43 +05:30
|
|
|
</head>
|
2021-05-15 21:36:52 +05:30
|
|
|
<body class="layout">
|