mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-12-11 19:03:55 +03:00
42 lines
1.5 KiB
HTML
42 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title><.= PAGE .> | <.= crate::pages::NAME .></title>
|
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta
|
|
name="description"
|
|
content="HTML and CSS Tips and Tricks for creating applications that are both responsive and accessible out of the box"
|
|
/>
|
|
|
|
<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"
|
|
/>
|
|
<meta property="og:site_name" content="Responsible Web Applications" />
|
|
</head>
|
|
<body class="layout"></body>
|
|
</html>
|