-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
79 lines (67 loc) · 4.11 KB
/
index.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="NMS Community Search">
<title>No Man's Sky Community Search - NMSCD</title>
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="index" href="https://community.nmscd.com">
<link rel="canonical" href="https://community.nmscd.com">
<meta name="referrer" content="no-referrer">
<link rel="manifest" href="manifest.json">
<link rel="author" href="humans.txt">
<link rel="me" href="mailto:[email protected]">
<link rel="me" href="https://kurtlourens.com" type="text/html">
<link rel="search" href="opensearch.xml" type="application/opensearchdescription+xml" title="Search Title">
<meta name="theme-color" content="#00FFFF">
<meta name="subject" content="One site to search through all of the amazing No man's Sky communities and tools!">
<meta name="description" content="One site to search through all of the amazing No man's Sky communities and tools!">
<meta name="rating" content="General">
<meta name="robots" content="index,follow">
<!-- Google -->
<meta name="googlebot" content="index,follow">
<meta name="google" content="nositelinkssearchbox">
<meta name="mobile-web-app-capable" content="yes">
<!-- Apple -->
<link rel="apple-touch-icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="apple-touch-icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="apple-touch-icon" type="image/png" sizes="96x96" href="/assets/favicon/favicon-96x96.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00FFFF">
<!-- <link rel="apple-touch-startup-image" href="/path/to/launch.png"> -->
<meta name="apple-mobile-web-app-title" content="NMS Community Search">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#00FFFF">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@AssistantNMS">
<meta name="twitter:creator" content="@AssistantNMS">
<meta name="twitter:url" content="https://community.nmscd.com">
<meta name="twitter:title" content="NMS Community Search">
<meta name="twitter:description" content="One site to search through all of the amazing No man's Sky communities and tools!">
<meta name="twitter:image" content="https://www.mugshotbot.com/m?mode=dark&color=red&pattern=bubbles&url=https://community.nmscd.com">
<meta name="twitter:image:alt" content="Logo of the Assistant Apps">
<!-- Facebook -->
<meta property="og:url" content="https://community.nmscd.com">
<meta property="og:type" content="website">
<meta property="og:title" content="No Man's Sky Community Search - NMSCD">
<meta property="og:image" content="https://www.mugshotbot.com/m?mode=dark&color=red&pattern=bubbles&url=https://community.nmscd.com">
<meta property="og:image:alt" content="Logo of the Assistant Apps">
<meta property="og:description" content="One site to search through all of the amazing No man's Sky communities and tools!">
<meta property="og:site_name" content="No Man's Sky Community Search - NMSCD">
<meta property="og:locale" content="en_UK">
<meta property="article:author" content="Kurt Lourens">
<!-- Microsoft -->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible">
<meta name="msapplication-config" content="browserconfig.xml">
<meta name="msapplication-TileColor" content="#00FFFF">
<meta name="msapplication-starturl" content="/?pwa-app" />
<link rel="stylesheet" href="/assets/css/noscript.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="community-search"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>