-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (76 loc) · 5.06 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
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>NMS Community Mission Viewer</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="./assets/favicon/site.webmanifest">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link type="text/plain" rel="author" href="/humans.txt" />
<meta name="application-name" content="NMS Community Mission Viewer">
<link rel="shortcut icon" href="./assets/favicon/favicon.ico">
<meta name="theme-color" content="#3F51B5">
<meta name="description"
content="The NMS community has long suspected that completing the missions offerred at The Nexus within the Space Anomaly have an inconsistent impact on the overall progress of the Community Mission. In order to gather more data on this, we started recording the progress">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="google" content="nositelinkssearchbox">
<meta name="generator" content="program">
<meta name="subject"
content="The NMS community has long suspected that completing the missions offerred at The Nexus within the Space Anomaly have an inconsistent impact on the overall progress of the Community Mission. In order to gather more data on this, we started recording the progress">
<meta name="rating" content="General">
<meta name="referrer" content="no-referrer">
<meta http-equiv="x-dns-prefetch-control" content="off">
<link rel="canonical" href="https://community-mission.nmscd.com/">
<link rel="author" href="humans.txt">
<link rel="me" href="https://kurtlourens.com" type="text/html">
<link rel="me" href="mailto:[email protected]">
<link rel="index" href="https://community-mission.nmscd.com/">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="NMS Community Mission Viewer">
<meta itemprop="description"
content="The NMS community has long suspected that completing the missions offerred at The Nexus within the Space Anomaly have an inconsistent impact on the overall progress of the Community Mission. In order to gather more data on this, we started recording the progress">
<meta itemprop="image" content="https://community-mission.nmscd.com/favicon.ico">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://community-mission.nmscd.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="NMS Community Mission Viewer">
<meta property="og:locale" content="en_US">
<meta property="og:description"
content="The NMS community has long suspected that completing the missions offerred at The Nexus within the Space Anomaly have an inconsistent impact on the overall progress of the Community Mission. In order to gather more data on this, we started recording the progress">
<meta property="og:site_name" content="NMS Community Mission Viewer">
<meta property="og:image"
content="http://www.mugshotbot.com/m?mode=dark&color=blue&pattern=bubbles&url=https://community-mission.nmscd.com">
<!-- Twitter Meta Tags -->
<meta name="twitter:site" content="@AssistantNMS">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="NMS Community Mission Viewer">
<meta name="twitter:description"
content="The NMS community has long suspected that completing the missions offerred at The Nexus within the Space Anomaly have an inconsistent impact on the overall progress of the Community Mission. In order to gather more data on this, we started recording the progress">
<meta name="twitter:image"
content="http://www.mugshotbot.com/m?mode=dark&color=blue&pattern=bubbles&url=https://community-mission.nmscd.com">
<!-- Meta Tags Generated via http://heymeta.com -->
<!-- Apple Meta Tags -->
<link rel="mask-icon" href="./assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<!-- <link rel="apple-touch-startup-image" href="/path/to/launch.png"> -->
<meta name="apple-mobile-web-app-title" content="NMS Community Mission Viewer">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Google Meta Tags -->
<meta name="mobile-web-app-capable" content="yes">
<!-- Microsoft Meta Tags -->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="msapplication-TileColor" content="#9f00a7">
<meta name="msapplication-config" content="./assets/favicon/browserconfig.xml">
<!-- <link rel="stylesheet" href="./assets/css/icomoon.css"> -->
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="nms-community-mission-viewer" data-github-pages="new version"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="text/javascript" src="./assets/js/skrollr.min.js"></script>
</body>
</html>