-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex-original-main.html
62 lines (54 loc) · 2.75 KB
/
index-original-main.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'/>
<meta name='description'
content='The LPU Belt Explorer is a site for browsing the ranked list of locks maintained by Lock Pickers United. It has detailed information for nearly 900 locks.'>
<meta name='keywords' content='Lock, Locksport, Lockpickers United, LPU, LPU Belts, Lockpicking'>
<meta itemprop='name' content='LPU Belt Explorer'>
<meta itemprop='description'
content='The LPU Belt Explorer is a site for browsing the ranked list of locks maintained by Lock Pickers United. It has detailed information for nearly 900 locks.'>
<meta itemprop='image' content='https://lpubelts.com/assets/LPU-f691d3fe.png'>
<meta property='og:site_name' content=' '/>
<meta property='og:title' content=' '/>
<meta property='og:description' content=' '/>
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "LPU Belt Explorer",
"image": "https://lpubelts.com/assets/LPU-f691d3fe.png",
"logo": "https://lpubelts.com/assets/LPU-f691d3fe.png",
"keywords": "Lock, Locksport, Lockpickers United, LPU, LPU Belts, Lockpicking",
"description": "The LPU Belt Explorer is a site for browsing the ranked list of locks maintained by Lock Pickers United. It has detailed information for nearly 900 locks.",
"url": "https://lpubelts.com/",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://lpubelts.com/?search={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
</script>
<link rel='canonical' href='https://lpubelts.com/'>
<meta name="yandex-verification" content="82865fe2aa56f485" />
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap'/>
<link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons'/>
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
<link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>
<link rel='icon' type='image/png' sizes='32x32' href='/favicon-32x32.png'>
<link rel='icon' type='image/png' sizes='16x16' href='/favicon-16x16.png'>
<link rel='manifest' href='/site.webmanifest'>
<title>LPU Belt Explorer</title>
</head>
<body>
<div id='root'></div>
<script type='module' src='/src/index.jsx'></script>
<div style='display:none;'>
<h1>Lock Pickers United Belt Explorer</h1>
<a href='locks/all-locks.html'>All Locks</a>
</div>
</body>
</html>