-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (75 loc) · 3.99 KB
/
index.html
File metadata and controls
85 lines (75 loc) · 3.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PureScript Registry</title>
<link rel="stylesheet" href="./src/Registry/PackageViewer/App/styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500|Roboto:400,500,700">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-48x48.png" sizes="48x48">
<script src="./index.js" type="module"></script>
</head>
<body>
<svg style="display: none">
<defs>
<!--
Feather Icons
The MIT License (MIT)
Copyright (c) 2013-2023 Cole Bemis
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<symbol id="feather-icon-file" viewBox="0 0 24 24">
<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path>
<polyline points="13 2 13 9 20 9"></polyline>
</symbol>
<symbol id="feather-icon-chevron-right" viewBox="0 0 24 24">
<polyline points="9 18 15 12 9 6"></polyline>
</symbol>
<symbol id="feather-icon-menu" viewBox="0 0 24 24">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6">
</line><line x1="3" y1="18" x2="21" y2="18"></line>
</symbol>
<!--
The PureScript logo is licensed under the Creative Commons Attribution 4.0 license.
Logo creator: Gareth Hughes, 2014
-->
<symbol id="purescript-logo" fill="currentColor" stroke="none" viewBox="0 0 700 700">
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)">
<path d="M5086 5149 l-150 -150 482 -482 482 -482 -482 -483 -482 -483 150 -150 150 -150
569 568 c431 431 573 579 588 612 24 55 24 118 -2 174 -14 30 -176 199 -587 609 l-569
567 -149 -150z" />
<path d="M2360 4698 c47 -44 114 -108 150 -142 36 -34 100 -93 141 -132 l75 -70 994 1 c547
1 996 3 997 3 1 1 -26 28 -60 60 -223 209 -348 325 -368 343 -21 18 -61 19 -1018 19
l-996 0 85 -82z" />
<path d="M1183 3658 c-601 -604 -591 -592 -597 -688 -6 -83 5 -95 602 -693 312 -312 570
-566 575 -564 4 1 73 67 152 147 l145 145 -482 482 -481 481 482 483 482 482 -148 149
c-81 81 -150 148 -153 148 -3 0 -262 -258 -577 -572z" />
<path d="M2730 3712 c-6 -2 -23 -16 -38 -30 -15 -15 -90 -85 -167 -157 -76 -71 -164 -154
-194 -182 l-56 -53 1000 0 1000 0 60 58 c77 73 306 287 352 330 29 26 32 32 17 33 -52
3 -1965 4 -1974 1z" />
<path d="M2361 2567 c47 -45 141 -134 209 -197 67 -63 130 -122 138 -130 14 -13 140 -15
1014 -15 549 -1 998 0 998 1 0 3 -13 16 -150 144 -68 63 -133 124 -144 135 -12 11 -52 48
-89 83 l-68 62 -997 0 -997 0 86 -83z" />
</g>
</symbol>
</defs>
</svg>
</body>
</html>