1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00

Initial commit

This commit is contained in:
2020-04-28 16:09:22 -05:00
commit 1100dbe947
192 changed files with 16066 additions and 0 deletions

9
_includes/head.html Normal file
View File

@@ -0,0 +1,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="privacytoolsIO">
{% if page.title %}<title>{{ page.title }} | chat.privacytools.io</title>{% else %}<title>Matrix | chat.privacytools.io</title>{% endif %}
<link rel="canonical" href="https://chat.privacytools.io/">
<link rel="stylesheet" href="/assets/css/app.css">
</head>