@@ -9,6 +9,24 @@ html(lang='en')
9
9
link( href ="docs/css/style.css" , rel ="stylesheet" )
10
10
link( href ="/docs/css/github.css" , rel ="stylesheet" )
11
11
12
+ link( rel ='apple-touch-icon' , sizes ='57x57' , href ='docs/images/favicon/apple-icon-57x57.png' )
13
+ link( rel ='apple-touch-icon' , sizes ='60x60' , href ='docs/images/favicon/apple-icon-60x60.png' )
14
+ link( rel ='apple-touch-icon' , sizes ='72x72' , href ='docs/images/favicon/apple-icon-72x72.png' )
15
+ link( rel ='apple-touch-icon' , sizes ='76x76' , href ='docs/images/favicon/apple-icon-76x76.png' )
16
+ link( rel ='apple-touch-icon' , sizes ='114x114' , href ='docs/images/favicon/apple-icon-114x114.png' )
17
+ link( rel ='apple-touch-icon' , sizes ='120x120' , href ='docs/images/favicon/apple-icon-120x120.png' )
18
+ link( rel ='apple-touch-icon' , sizes ='144x144' , href ='docs/images/favicon/apple-icon-144x144.png' )
19
+ link( rel ='apple-touch-icon' , sizes ='152x152' , href ='docs/images/favicon/apple-icon-152x152.png' )
20
+ link( rel ='apple-touch-icon' , sizes ='180x180' , href ='docs/images/favicon/apple-icon-180x180.png' )
21
+ link( rel ='icon' , type ='image/png' , sizes ='192x192' , href ='docs/images/favicon/android-icon-192x192.png' )
22
+ link( rel ='icon' , type ='image/png' , sizes ='32x32' , href ='docs/images/favicon/favicon-32x32.png' )
23
+ link( rel ='icon' , type ='image/png' , sizes ='96x96' , href ='docs/images/favicon/favicon-96x96.png' )
24
+ link( rel ='icon' , type ='image/png' , sizes ='16x16' , href ='docs/images/favicon/favicon-16x16.png' )
25
+ link( rel ='manifest' , href ='docs/images/favicon/manifest.json' )
26
+ meta( name ='msapplication-TileColor' , content ='#ffffff' )
27
+ meta( name ='msapplication-TileImage' , content ='docs/images/favicon/ms-icon-144x144.png' )
28
+ meta( name ='theme-color' , content ='#ffffff' )
29
+
12
30
style .
13
31
code {
14
32
font-size : 1em ;
0 commit comments