-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (38 loc) 路 1.51 KB
/
Copy pathindex.html
File metadata and controls
45 lines (38 loc) 路 1.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
<!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="Admin - NoMansSky.Social">
<title>Admin - NoMansSky.Social</title>
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="index" href="https://admin.nomanssky.social">
<link rel="canonical" href="https://admin.nomanssky.social">
<meta name="referrer" content="no-referrer">
<link rel="manifest" href="manifest.json">
<link rel="author" href="humans.txt">
<link rel="me" href="mailto:hi@kurtlourens.com">
<link rel="me" href="https://kurtlourens.com" type="text/html">
<link rel="search" href="opensearch.xml" type="application/opensearchdescription+xml" title="Search Title">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;700&display=swap" rel="stylesheet">
<link href="/assets/css/mastodon.widget.css" rel="stylesheet">
<style>
html,
body {
background-color: #151718;
}
</style>
</head>
<body class="full-size">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="social-admin"></div>
<script type="module">
window.process = {};
window.process.env = import.meta.env;
</script>
<script src="/src/admin.tsx" type="module"></script>
</body>
<script src="/assets/js/mastodon.widget.js"></script>
</html>