-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (36 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Frontity OSS Licenses</title>
<style>
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
</style>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<link rel="stylesheet" href="https://github-markdown-styles.vercel.app/">
</head>
<body class="vscode-light">
<h1 id="frontity-oss-licenses">Frontity OSS Licenses</h1>
<p>Summary of all open source licenses used by the different Frontity projects.</p>
<ul>
<li><a href="frontity-frontity/index.html">Frontity Framework</a></li>
<li>Frontity WordPress Plugins:
<ul>
<li><a href="frontity-wp-plugins/index.html">Frontity Head Tags Plugin</a></li>
<li><a href="frontity-embedded/index.html">Frontity Embedded Mode</a></li>
</ul>
</li>
<li><a href="frontity-docs/index.html">Frontity Docs</a></li>
</ul>
</body>
</html>