File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- # AnyPalette.js
2
+ # < img src = " anypalette-logo.png " height = " 32 " alt = " " > AnyPalette.js
3
3
4
4
There are a LOT of different types of palette files.
5
5
Like, way too many.
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
+ < link rel ="icon " href ="anypalette-logo.png " type ="image/png ">
7
+ < link rel ="icon " href ="anypalette-logo.svg " type ="image/svg+xml ">
6
8
< title > AnyPalette.js Demo</ title >
7
9
< style >
8
10
body {
86
88
</ style >
87
89
</ head >
88
90
< body >
89
- < h1 > < a href ="https://github.com/1j01/anypalette.js "> AnyPalette.js</ a > : Let's load some palettes</ h1 >
91
+ < h1 > < a href ="https://github.com/1j01/anypalette.js "> < img src =" anypalette-logo.png " style =" height:1.3em; vertical-align: middle; " alt ="" > AnyPalette.js</ a > : Let's load some palettes</ h1 >
90
92
< script src ="lib/jquery-3.5.1.js "> </ script >
91
93
< script src ="build/anypalette.js "> </ script >
92
94
< script >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < title > AnyPalette.js - Load any palette format</ title >
6
+ < link rel ="icon " href ="anypalette-logo.png " type ="image/png ">
7
+ < link rel ="icon " href ="anypalette-logo.svg " type ="image/svg+xml ">
8
+ < title > AnyPalette.js - Read/Write Any Palette Format</ title >
7
9
< style >
8
10
body {
9
11
font-family : Helvetica, sans-serif;
10
12
}
11
13
</ style >
12
14
</ head >
13
15
< body >
14
- < h1 > < a href ="https://github.com/1j01/anypalette.js "> AnyPalette.js</ a > </ h1 >
16
+ < h1 > < a href ="https://github.com/1j01/anypalette.js "> < img src =" anypalette-logo.png " style =" height:1.3em; vertical-align: middle; " alt ="" > AnyPalette.js</ a > </ h1 >
15
17
< p > There are many, < em > many</ em > different types of palette files...</ p >
16
18
< p > ONE LIBRARY SHALL RULE THEM ALL</ p >
17
19
< p > Okay let's < a href ="demo.html " data-leave-off-html > load some palettes.</ a > </ p >
You canβt perform that action at this time.
0 commit comments