mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-10-01 01:35:37 -04:00
61 lines
2.4 KiB
HTML
61 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Security List 🔐</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Curated lists of tools, tips and resources for protecting digital security and privacy">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta name=theme-color content=#060b2b>
|
|
<meta property=og:title content="Security List">
|
|
<meta property=og:description content="Curated lists of tools, tips and resources for protecting digital security and privacy">
|
|
<meta property=og:url content=https://security-list.js.org/>
|
|
<meta property=og:image content=/banner.png>
|
|
<meta name=twitter:card content=/banner.png>
|
|
<link href="https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
|
<link rel="stylesheet" href="/styles.css">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<script defer data-domain="security-list.js.org" src="https://no-track.as93.net/js/script.js"></script>
|
|
<style type="text/css">
|
|
a.github-corner svg { max-width: 80px; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<a href="https://digital-defense.io/" class="new-version">
|
|
New version available!<br>
|
|
<span class="link">digital-defense.io</span>
|
|
</a>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'Security List',
|
|
repo: 'https://github.com/Lissy93/personal-security-checklist',
|
|
basePath: 'https://security-list.js.org/',
|
|
// logo: '/main-icon-x512.png',
|
|
themeColor: '#060b2b',
|
|
notFoundPage: '_404.html',
|
|
coverpage: '_coverpage.html',
|
|
loadNavbar: true,
|
|
onlyCover: true,
|
|
executeScript: true,
|
|
maxLevel: 3,
|
|
subMaxLevel: 2,
|
|
auto2top: true,
|
|
formatUpdated: '{DD}/{MM}/{YYYY} {HH}:{mm}',
|
|
mergeNavbar: true,
|
|
search: {
|
|
depth: 5,
|
|
paths: [
|
|
'/', '0_Why_It_Matters', '2_TLDR_Short_List', '4_Privacy_And_Security_Links',
|
|
'5_Privacy_Respecting_Software', '6_Privacy_and-Security_Gadgets', 'ATTRIBUTIONS', 'LICENSE', 'README'
|
|
],
|
|
}
|
|
}
|
|
</script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
|
|
</body>
|
|
</html>
|