personal-security-checklist/index.html

41 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2020-04-08 11:04:53 -06:00
<title>Security List 🔐</title>
<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 11:04:53 -06:00
name: 'Security List',
repo: 'https://github.com/Lissy93/personal-security-checklist',
logo: '/main-icon-x512.png',
themeColor: '#060b2b',
notFoundPage: '_404.html',
coverpage: '_coverpage.html',
onlyCover: true,
executeScript: true,
2020-04-08 11:04:53 -06:00
maxLevel: 3,
subMaxLevel: 2,
auto2top: true,
formatUpdated: '{DD}/{MM}/{YYYY} {HH}:{mm}',
mergeNavbar: true,
sidebar: [
{ slug: '/', title: 'HELLO WORLD' },
]
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>