-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.xhtml
More file actions
120 lines (109 loc) · 3.75 KB
/
Copy pathindex.xhtml
File metadata and controls
120 lines (109 loc) · 3.75 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="application/xhtml+xml"/>
<base href="https://MicroWiki-Foundation.GitHub.io/CDN/"/>
<title>MicroWiki CDN</title>
<meta name="description" content="A simple GitHub Pages site that serves static content for MicroWiki." />
<meta name="keywords" content="MicroWiki,CDN,GitHub Pages,static content,resources" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#FFF" />
<meta name="background-color" content="#1D3C72" />
<link rel="icon" type="image/svg+xml" href="/Images/favicon.svg" />
<link rel="icon shortcut" type="image/x-icon" href="/Images/favicon.ico" />
<meta name="robots" content="noindex, nofollow" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style type="text/css">
/* COLORS */
:root {
--mw-border: #B7B7B7;
--mw-link: #3064BF;
--mw-link-visited: #6730BF;
--mw-brand: #1D3C72;
}
a {color: var(--mw-link);}
a:visited {color: var(--mw-link-visited);}
hr {color: var(--mw-border);}
h1, h1 a {color: var(--mw-brand);}
/* FONTS */
:root {font-family: 'Roboto', 'sans-serif';}
h1 {font-family: 'Montserrat', 'Roboto', 'sans-serif';}
/* LAYOUT */
header, section, footer {
margin: 1.5rem;
}
footer {
font-style: italic;
}
/* SPACING */
li h3,
li h4,
li h5,
li h6 {
display: inline-block;
margin: 0
}
h1, h2, h3, h4, h5, h6, ul, li {
margin: 0.75rem 0;
}
/* LINKS */
a {text-decoration: unset;}
a:hover {text-decoration: underline;}
</style>
</head>
<body>
<header>
<h1><a href="">MicroWiki CDN</a></h1>
<p>A simple GitHub Pages site that serves static content for MicroWiki.</p>
</header>
<hr/>
<section>
<article>
<h2>Assets</h2>
<ul>
<li>
<h3>Fonts</h3>
<ul>
<li>
<h4>Hack</h4> (<a href="Fonts/Hack/LICENSE.MD">license</a>)
<ul>
<li><a href="Fonts/Hack/4.woff2">Regular</a></li>
<li><a href="Fonts/Hack/4i.woff2">Italic</a></li>
<li><a href="Fonts/Hack/7.woff2">Bold</a></li>
<li><a href="Fonts/Hack/7i.woff2">Bold Italic</a></li>
</ul>
</li>
<li>
<h4>Inter</h4> (<a href="Fonts/Inter/LICENSE.TXT">license</a>)
<ul>
<li><a href="Fonts/Inter/4.woff2">Regular</a></li>
<li><a href="Fonts/Inter/4i.woff2">Italic</a></li>
<li><a href="Fonts/Inter/7.woff2">Bold</a></li>
<li><a href="Fonts/Inter/7i.woff2">Bold Italic</a></li>
</ul>
</li>
<li>
<h4>Roboto</h4> (<a href="Fonts/Roboto/LICENSE.TXT">license</a>)
<ul>
<li><a href="Fonts/Roboto/4.woff2">Regular</a></li>
<li><a href="Fonts/Roboto/4i.woff2">Italic</a></li>
<li><a href="Fonts/Roboto/7.woff2">Bold</a></li>
<li><a href="Fonts/Roboto/7i.woff2">Bold Italic</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</article>
</section>
<hr/>
<footer>
<span>
Unless otherwise stated, everything here is Copyright © MicroWiki per the terms of the <a target="_blank" href="COPYRIGHT.TXT">Creative Commons Attribution-ShareAlike 4.0 International</a> license.
</span> <span>
(<a target="_blank" href="https://GitHub.com/MicroWiki-Foundation/CDN/tree/gh-pages">Source Code</a>)
</span>
</footer>
</body>
</html>