-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathosl.html
51 lines (47 loc) · 1.97 KB
/
osl.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
<!DOCTYPE html>
<html lang="ja" class="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HiStyle</title>
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/web-grid.min.css">
<link rel="stylesheet" href="./css/histyle.min.css">
</head>
<body>
<div class="hs-menu">
<div class="hs-title">Menu</div>
<div class="hs-item"><a href="./index.html">Top</a></div>
<div class="hs-item"><a href="https://github.com/Submarinonline/HiStyle">Download</a></div>
<div class="hs-item"><a href="./osl.html">OpenSourceLicense</a></div>
</div>
<nav class="hs-fixednav">
<div class="hs-nav-button" onclick="hs.switchMenu()">menu</div>
<div class="hs-title">OpenSourceLicense</div>
<div class="hs-nav-button" onclick="hs.switchTheme()">brightness_medium</div>
</nav>
<main>
<div class="hs-ctr">
<h2>JavaScript</h2>
<h3>Jquery</h3>
<p>jQuery v3.5.1 | (c) JS Foundation and other contributors | <a href="http://jquery.org/license">jquery.org/license</a></p>
<h2>CSS</h2>
<h3>normalize.css</h3>
<p>normalize.css v3.0.2 | MIT License | <a href="http://git.io/normalize">git.io/normalize</a></p>
<h3>Web Grid</h3>
<p>MIT License | <a href="http://https://webjeda.com/web-grid/">webjeda.com/web-grid/</a></p>
<h2>フォント</h2>
<h3>Jost</h3>
<p>SIL OPEN FONT LICENSE Version 1.1 | <a href="./font/Jost/LICENSE.md">LICENSE.md</a></p>
<h3>Noto</h3>
<p>SIL OPEN FONT LICENSE Version 1.1 | <a href="./font/Noto/LICENSE_OFL.txt">LICENSE_OFL.txt</a></p>
<h3>Fira</h3>
<p>SIL OPEN FONT LICENSE Version 1.1 | <a href="./font/Fira/LICENSE">LICENSE</a></p>
<h3>Jost</h3>
<p>Apache License Version 2.0 | <a href="/font/MaterialDesignIcons/LICENSE">LICENSE</a></p>
</div>
</main>
<script src="./js/jquery-3.5.1.min.js"></script>
<script src="./js/histyle-main.js"></script>
</body>
</html>