2020-04-07 15:06:35 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2020-04-08 13:04:53 -04:00
|
|
|
<title>Security List 🔐</title>
|
2020-04-07 15:06:35 -04:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta name="description" content="Description">
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
<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">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script>
|
|
|
|
window.$docsify = {
|
2020-04-08 13:04:53 -04:00
|
|
|
name: 'Security List',
|
|
|
|
repo: 'https://github.com/Lissy93/personal-security-checklist',
|
|
|
|
logo: '/main-icon-x512.png',
|
|
|
|
themeColor: '#060b2b',
|
|
|
|
notFoundPage: '_404.html',
|
2020-04-07 15:06:35 -04:00
|
|
|
coverpage: '_coverpage.html',
|
|
|
|
onlyCover: true,
|
|
|
|
executeScript: true,
|
2020-04-08 13:04:53 -04:00
|
|
|
maxLevel: 3,
|
|
|
|
subMaxLevel: 2,
|
|
|
|
auto2top: true,
|
|
|
|
formatUpdated: '{DD}/{MM}/{YYYY} {HH}:{mm}',
|
|
|
|
mergeNavbar: true,
|
|
|
|
sidebar: [
|
|
|
|
{ slug: '/', title: 'HELLO WORLD' },
|
|
|
|
]
|
|
|
|
|
|
|
|
|
2020-04-07 15:06:35 -04:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|