add link previews
This commit is contained in:
parent
0ad4487f05
commit
5043b0468c
@ -10,6 +10,11 @@
|
||||
<script src="https://unpkg.com/alpinejs" defer></script>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="icon" type="image/x-icon" href="/src/img/icon.png">
|
||||
<meta property="og:title" content="Sesame 2FA" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://sesame.dws.rip/about.html" />
|
||||
<meta property="og:image" content="https://sesame.dws.rip/src/img/icon.png" />
|
||||
<meta property="og:description" content="Take control of your 2-factor keys with full OTP spec compliance, Google Authenticator import, manual key creation, and JSON export." />
|
||||
</head>
|
||||
<body class="flex items-start justify-center h-full bg-gray-50">
|
||||
<div class="flex items-center justify-center w-full max-w-full">
|
||||
|
@ -10,6 +10,11 @@
|
||||
<script src="https://unpkg.com/alpinejs" defer></script>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="icon" type="image/x-icon" href="/src/img/icon.png">
|
||||
<meta property="og:title" content="Sesame 2FA" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://sesame.dws.rip/contact.html" />
|
||||
<meta property="og:image" content="https://sesame.dws.rip/src/img/icon.png" />
|
||||
<meta property="og:description" content="Take control of your 2-factor keys with full OTP spec compliance, Google Authenticator import, manual key creation, and JSON export." />
|
||||
</head>
|
||||
<body class="flex items-start justify-center h-full bg-gray-50">
|
||||
<div class="flex items-center justify-center w-full max-w-full">
|
||||
|
@ -10,6 +10,11 @@
|
||||
<script src="https://unpkg.com/alpinejs" defer></script>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="icon" type="image/x-icon" href="/src/img/icon.png">
|
||||
<meta property="og:title" content="Sesame 2FA" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://sesame.dws.rip/features.html" />
|
||||
<meta property="og:image" content="https://sesame.dws.rip/src/img/icon.png" />
|
||||
<meta property="og:description" content="Take control of your 2-factor keys with full OTP spec compliance, Google Authenticator import, manual key creation, and JSON export." />
|
||||
</head>
|
||||
<body class="flex items-start justify-center h-full bg-gray-50">
|
||||
<div class="flex items-center justify-center w-full max-w-full">
|
||||
|
@ -10,6 +10,12 @@
|
||||
<script src="https://unpkg.com/alpinejs" defer></script>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="icon" type="image/x-icon" href="/src/img/icon.png">
|
||||
|
||||
<meta property="og:title" content="Sesame 2FA" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://sesame.dws.rip/" />
|
||||
<meta property="og:image" content="https://sesame.dws.rip/src/img/icon.png" />
|
||||
<meta property="og:description" content="Take control of your 2-factor keys with full OTP spec compliance, Google Authenticator import, manual key creation, and JSON export." />
|
||||
</head>
|
||||
<body class="flex items-start justify-center h-full bg-gray-50">
|
||||
<div class="flex items-center justify-center w-full max-w-full">
|
||||
|
Loading…
x
Reference in New Issue
Block a user