-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
markdown-notes.html
41 lines (33 loc) · 1.68 KB
/
markdown-notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<meta name="description" content="List of sites with two factor auth support which includes SMS, email, phone calls, hardware, and software."/>
<meta name="copyright" content="2factorauth"/>
<meta name="og:description" content="List of sites with two factor auth support which includes SMS, email, phone calls, hardware, and software."/>
<meta name="og:image" content="/icons/social-card.png"/>
<meta name="og:title" content="{title} Notes | 2FA Directory"/>
<meta name="og:type" content="website"/>
<meta name="twitter:site" content="@2faorg"/>
<meta name="twitter:card" content="summary_large_image"/>
<link rel="me" href="https://infosec.exchange/@2factorauth"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.2/css/bootstrap.min.css" integrity="sha512-CpIKUSyh9QX2+zSdfGP+eWLx23C8Dj9/XmHjZY2uDtfkdLGo0uY12jgcnkX9vXOgYajEKb/jiw67EYm+kBf+6g==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml" sizes="any"/>
<link rel="icon apple-touch-icon" href="/icons/icon.png" type="image/png" sizes="512x512"/>
<title>{title} Notes | 2FA Directory</title>
</head>
<body>
<!-- navbar -->
<main class="container" role="main">
<h1 class="display-4">{title}</h1>
<h2 class="lead">{subtitle}</h2>
<hr />
<div class="mx-2">
{content}
</div>
</main>
<!-- footer -->
<script type="module" src="/src/components/style.js"></script>
</body>
</html>