-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSMTransparency.html
More file actions
61 lines (61 loc) · 2.44 KB
/
Copy pathCSMTransparency.html
File metadata and controls
61 lines (61 loc) · 2.44 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
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="「VTresMarias - V三人のマリア - 」">
<title>redirecting..</title>
<link rel="icon" href="/assets/web/favicon/csm_favi.png" type="image/x-icon">
<link rel="apple-touch-icon" href="/assets/web/favicon/csm_aaplIcn.png" type="image/x-icon">
<link rel="manifest" href="/pwa/pwa.json">
<meta name="og:type" content="website">
<meta name="og:title" content="the CSM Transparency Report">
<meta name="og:image" content="https://vtresmarias.github.io/redirect/img/CSMTransparency.jpg">
<meta name="og:url" content="https://vtresmarias.github.io/redirect/CSMTransparency">
<meta name="og:description" content="showcasing the inner workings of CSM -- our resources, members, and blessed organizations throughout the years.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@VTresMarias">
<meta name="twitter:creator" content="@VTresMarias">
<meta name="theme-color" content="#3d374c">
<meta name="msapplication-TileColor" content="#3d374c">
<meta name="msapplication-navbutton-color" content="#3d374c">
<meta name="apple-mobile-web-app-status-bar-style" content="#3d374c">
<!-- custom css -->
<style type="text/css">
@import url("/assets/frameworks/css/responsive.css");
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow-x: hidden;
-ms-word-wrap: break-word;
word-wrap: break-word;
scroll-behavior: smooth;
}
* { box-sizing: border-box; }
html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
& * { margin: 0; }
}
@media (prefers-color-scheme: light) {
html {
background-color: #dcc6bb;
color: #3d374c;
}
}
@media (prefers-color-scheme: dark) {
html {
background-color: #3d374c;
color: #dcc6bb;
}
}
</style>
<!-- custom js -->
<script type="text/javascript">
window.location.replace("https://github.com/VTresMarias/vtresmarias.github.io/blob/vtm-deploy/assets/ajx/subcollective/cosmaria/tracker.md");
</script>
</head>
<body>
<p>redirecting..</p>
</body>
</html>