-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsnapchat.html
More file actions
59 lines (54 loc) · 3.51 KB
/
snapchat.html
File metadata and controls
59 lines (54 loc) · 3.51 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="securing.guide">
<meta name="application-name" content="securing.guide">
<title>Snapchat Securing Guide | securing.guide</title>
<meta name="title" content="Snapchat Securing Guide | securing.guide">
<meta name="description" content="A Snapchat account securing guide. Get better account security to make sure your accounts don't get stolen!">
<meta name="theme-color" content="#000000">
<meta property="og:type" content="website">
<meta property="og:url" content="https://securing.guide">
<meta property="og:image" content="https://securing.guide/icons/snapchat.png">
<meta property="og:title" content="Snapchat Securing Guide | securing.guide">
<meta property="og:site_name" content="securing.guide">
<meta property="og:description" content="A Snapchat account securing guide. Get better account security to make sure your accounts don't get stolen!">
<meta property="twitter:url" content="https://securing.guide">
<meta property="twitter:title" content="Snapchat Securing Guide | securing.guide">
<meta property="twitter:description" content="A Snapchat account securing guide. Get better account security to make sure your accounts don't get stolen!">
<meta property="twitter:image" content="https://securing.guide/icons/snapchat.png">
<link rel="preload" as="image" href="https://securing.guide/icons/github.png">
<link rel="preload" as="image" href="https://securing.guide/icons/snapchat.png">
<link rel="preload stylesheet" href="https://securing.guide/css/style.css" as="style" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=block" rel="stylesheet">
<link rel="manifest" href="https://securing.guide/manifest.json">
<link rel="icon" href="https://securing.guide/favicon.ico">
<link rel="apple-touch-icon" href="https://securing.guide/favicon.ico">
<link rel="prerender" href="https://securing.guide/">
<script src="https://securing.guide/guides/snapchat.js" crossorigin="anonymous" type="module"></script>
<script src="https://securing.guide/js/generate.js" crossorigin="anonymous" type="module"></script>
<script>window.addEventListener("load",()=>document.body.classList.remove("preload"))</script>
</head>
<body class="preload">
<a rel="nofollow" href="https://github.com/bribes/securing.guide" target="_blank" title="GitHub Repository"
class="github"><img src="https://securing.guide/icons/github.png" alt="GitHub Icon" title="GitHub"></a>
<div class="container">
<h1><a href="https://securing.guide">securing.guide</a><i>/snapchat</i></h1>
<div class="info snapchat">
<img src="https://securing.guide/icons/snapchat.png" width="48" alt="Snapchat Icon" title="Snapchat">
<ul id="list">
</ul>
</div>
<div class="paginate">
<a id="prevEl" href="javascript:prevPage()" disabled><</a>
<p id="stepDisplay">step 1 of 1</p>
<a id="nextEl" href="javascript:nextPage()">></a>
</div>
</div>
<script>if ('serviceWorker' in navigator) window.addEventListener('load', () => navigator.serviceWorker.register('/sw.js'));</script>
</body>
</html>