Spaces:
Sleeping
Sleeping
Delete public
#2
by
ishido1
- opened
- public/bubble.jpg +0 -0
- public/favicon.ico +0 -0
- public/favicon/favicon-114-precomposed.png +0 -0
- public/favicon/favicon-120-precomposed.png +0 -0
- public/favicon/favicon-144-precomposed.png +0 -0
- public/favicon/favicon-152-precomposed.png +0 -0
- public/favicon/favicon-180-precomposed.png +0 -0
- public/favicon/favicon-192.png +0 -0
- public/favicon/favicon-32.png +0 -0
- public/favicon/favicon-36.png +0 -0
- public/favicon/favicon-48.png +0 -0
- public/favicon/favicon-57.png +0 -0
- public/favicon/favicon-60.png +0 -0
- public/favicon/favicon-72-precomposed.png +0 -0
- public/favicon/favicon-72.png +0 -0
- public/favicon/favicon-76.png +0 -0
- public/favicon/favicon-96.png +0 -0
- public/favicon/favicon.ico +0 -0
- public/favicon/index.html +0 -133
- public/favicon/manifest.json +0 -41
- public/icon.png +0 -0
- public/layouts/layout0.jpg +0 -0
- public/layouts/layout0_hd.jpg +0 -0
- public/layouts/layout1.jpg +0 -0
- public/layouts/layout1_hd.jpg +0 -0
- public/layouts/layout2.jpg +0 -0
- public/layouts/layout2_hd.jpg +0 -0
- public/layouts/layout3 hd.jpg +0 -0
- public/layouts/layout3.jpg +0 -0
- public/layouts/layout4 hd.jpg +0 -0
- public/layouts/layout4.jpg +0 -0
- public/mask.png +0 -0
- public/next.svg +0 -1
- public/quick-and-dirty-emoji.png +0 -0
- public/sign-in-with-huggingface-xl.svg +0 -43
- public/vercel.svg +0 -1
public/bubble.jpg
DELETED
Binary file (128 kB)
|
|
public/favicon.ico
DELETED
Binary file (5.56 kB)
|
|
public/favicon/favicon-114-precomposed.png
DELETED
Binary file (8.3 kB)
|
|
public/favicon/favicon-120-precomposed.png
DELETED
Binary file (8.78 kB)
|
|
public/favicon/favicon-144-precomposed.png
DELETED
Binary file (12.2 kB)
|
|
public/favicon/favicon-152-precomposed.png
DELETED
Binary file (12.8 kB)
|
|
public/favicon/favicon-180-precomposed.png
DELETED
Binary file (16.4 kB)
|
|
public/favicon/favicon-192.png
DELETED
Binary file (18.1 kB)
|
|
public/favicon/favicon-32.png
DELETED
Binary file (1.45 kB)
|
|
public/favicon/favicon-36.png
DELETED
Binary file (1.8 kB)
|
|
public/favicon/favicon-48.png
DELETED
Binary file (2.67 kB)
|
|
public/favicon/favicon-57.png
DELETED
Binary file (3.22 kB)
|
|
public/favicon/favicon-60.png
DELETED
Binary file (3.46 kB)
|
|
public/favicon/favicon-72-precomposed.png
DELETED
Binary file (4.52 kB)
|
|
public/favicon/favicon-72.png
DELETED
Binary file (4.52 kB)
|
|
public/favicon/favicon-76.png
DELETED
Binary file (4.87 kB)
|
|
public/favicon/favicon-96.png
DELETED
Binary file (6.67 kB)
|
|
public/favicon/favicon.ico
DELETED
Binary file (5.56 kB)
|
|
public/favicon/index.html
DELETED
@@ -1,133 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<head>
|
3 |
-
<title>
|
4 |
-
Favicons
|
5 |
-
</title>
|
6 |
-
<meta charset="utf-8" />
|
7 |
-
|
8 |
-
<!-- For old IEs -->
|
9 |
-
<link rel="shortcut icon" href="favicon.ico" />
|
10 |
-
|
11 |
-
<!-- For new browsers multisize ico -->
|
12 |
-
<link rel="icon" type="image/x-icon" sizes="16x16 32x32" href="favicon.ico">
|
13 |
-
|
14 |
-
<!-- Chrome for Android -->
|
15 |
-
<link rel="icon" sizes="192x192" href="favicon-192.png">
|
16 |
-
|
17 |
-
<!-- For iPhone 6+ downscaled for other devices -->
|
18 |
-
<link rel="apple-touch-icon" sizes="180x180" href="favicon-180-precomposed.png">
|
19 |
-
|
20 |
-
<!-- For IE10 Metro -->
|
21 |
-
<meta name="msapplication-TileColor" content="#FFFFFF">
|
22 |
-
<meta name="msapplication-TileImage" content="favicon-114-precomposed.png">
|
23 |
-
|
24 |
-
<style>
|
25 |
-
|
26 |
-
body {
|
27 |
-
background-color: #f5f5f5;
|
28 |
-
border: 0px;
|
29 |
-
margin: 0px;
|
30 |
-
padding: 0px;
|
31 |
-
font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
32 |
-
color: black;
|
33 |
-
}
|
34 |
-
|
35 |
-
pre {
|
36 |
-
margin: 0px;
|
37 |
-
color: black;
|
38 |
-
padding: 0px 5%;
|
39 |
-
}
|
40 |
-
|
41 |
-
code {
|
42 |
-
|
43 |
-
}
|
44 |
-
|
45 |
-
.container {
|
46 |
-
background-color: white;
|
47 |
-
max-width: 800px;
|
48 |
-
width: 100%;
|
49 |
-
margin: 0 auto;
|
50 |
-
padding: 1% 0;
|
51 |
-
height: 100%;
|
52 |
-
}
|
53 |
-
|
54 |
-
.comment {
|
55 |
-
color: gray;
|
56 |
-
padding: 0px;
|
57 |
-
margin: 0px;
|
58 |
-
}
|
59 |
-
|
60 |
-
hr {
|
61 |
-
width: 80%;
|
62 |
-
padding: 0 5%;
|
63 |
-
border-color: #f5f5f5;
|
64 |
-
background-color: #D1D1D1;
|
65 |
-
}
|
66 |
-
|
67 |
-
p {
|
68 |
-
padding: 1% 5%;
|
69 |
-
}
|
70 |
-
|
71 |
-
</style>
|
72 |
-
|
73 |
-
</head>
|
74 |
-
<body class="">
|
75 |
-
|
76 |
-
<div class="container">
|
77 |
-
<p>
|
78 |
-
To use the favicons insert into your head section some of these tags accordly to your needs.
|
79 |
-
</p>
|
80 |
-
<hr>
|
81 |
-
<pre>
|
82 |
-
<code>
|
83 |
-
<span class="comment"><!-- For old IEs --></span>
|
84 |
-
<link rel="shortcut icon" href="favicon.ico" />
|
85 |
-
|
86 |
-
<span class="comment"><!-- For new browsers - multisize ico --></span>
|
87 |
-
<link rel="icon" type="image/x-icon" sizes="16x16 32x32" href="favicon.ico">
|
88 |
-
|
89 |
-
<span class="comment"><!-- For iPad with high-resolution Retina display running iOS ≥ 7: --></span>
|
90 |
-
<link rel="apple-touch-icon" sizes="152x152" href="favicon-152-precomposed.png">
|
91 |
-
|
92 |
-
<span class="comment"><!-- For iPad with high-resolution Retina display running iOS ≤ 6: --></span>
|
93 |
-
<link rel="apple-touch-icon" sizes="144x144" href="favicon-144-precomposed.png">
|
94 |
-
|
95 |
-
<span class="comment"><!-- For iPhone with high-resolution Retina display running iOS ≥ 7: --></span>
|
96 |
-
<link rel="apple-touch-icon" sizes="120x120" href="favicon-120-precomposed.png">
|
97 |
-
|
98 |
-
<span class="comment"><!-- For iPhone with high-resolution Retina display running iOS ≤ 6: --></span>
|
99 |
-
<link rel="apple-touch-icon" sizes="114x114" href="favicon-114-precomposed.png">
|
100 |
-
|
101 |
-
<span class="comment"><!-- For iPhone 6+ --></span>
|
102 |
-
<link rel="apple-touch-icon" sizes="180x180" href="favicon-180-precomposed.png">
|
103 |
-
|
104 |
-
<span class="comment"><!-- For first- and second-generation iPad: --></span>
|
105 |
-
<link rel="apple-touch-icon" sizes="72x72" href="favicon-72-precomposed.png">
|
106 |
-
|
107 |
-
<span class="comment"><!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --></span>
|
108 |
-
<link rel="apple-touch-icon" sizes="57x57" href="favicon-57.png">
|
109 |
-
|
110 |
-
<span class="comment"><!-- For Old Chrome --></span>
|
111 |
-
<link rel="icon" sizes="32x32" href="favicon-32.png" >
|
112 |
-
|
113 |
-
<span class="comment"><!-- For IE10 Metro --></span>
|
114 |
-
<meta name="msapplication-TileColor" content="#FFFFFF">
|
115 |
-
<meta name="msapplication-TileImage" content="favicon-144.png">
|
116 |
-
<meta name="theme-color" content="#ffffff">
|
117 |
-
|
118 |
-
<span class="comment"><!-- Chrome for Android --></span>
|
119 |
-
<link rel="manifest" href="manifest.json">
|
120 |
-
<link rel="icon" sizes="192x192" href="favicon-192.png">
|
121 |
-
|
122 |
-
</code>
|
123 |
-
</pre>
|
124 |
-
|
125 |
-
<hr>
|
126 |
-
|
127 |
-
<p>
|
128 |
-
For more informations about favicons consult <a href="https://github.com/audreyr/favicon-cheat-sheet">The Favicon Cheat Sheet</a> by Audrey Roy.
|
129 |
-
</p>
|
130 |
-
|
131 |
-
</div>
|
132 |
-
|
133 |
-
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public/favicon/manifest.json
DELETED
@@ -1,41 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "pollo",
|
3 |
-
"icons": [
|
4 |
-
{
|
5 |
-
"src": "\/favicon-36.png",
|
6 |
-
"sizes": "36x36",
|
7 |
-
"type": "image\/png",
|
8 |
-
"density": 0.75
|
9 |
-
},
|
10 |
-
{
|
11 |
-
"src": "\/favicon-48.png",
|
12 |
-
"sizes": "48x48",
|
13 |
-
"type": "image\/png",
|
14 |
-
"density": 1
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"src": "\/favicon-72.png",
|
18 |
-
"sizes": "72x72",
|
19 |
-
"type": "image\/png",
|
20 |
-
"density": 1.5
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"src": "\/favicon-96.png",
|
24 |
-
"sizes": "96x96",
|
25 |
-
"type": "image\/png",
|
26 |
-
"density": 2
|
27 |
-
},
|
28 |
-
{
|
29 |
-
"src": "\/favicon-144.png",
|
30 |
-
"sizes": "144x144",
|
31 |
-
"type": "image\/png",
|
32 |
-
"density": 3
|
33 |
-
},
|
34 |
-
{
|
35 |
-
"src": "\/favicon-192.png",
|
36 |
-
"sizes": "192x192",
|
37 |
-
"type": "image\/png",
|
38 |
-
"density": 4
|
39 |
-
}
|
40 |
-
]
|
41 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public/icon.png
DELETED
Binary file (18.1 kB)
|
|
public/layouts/layout0.jpg
DELETED
Binary file (5.38 kB)
|
|
public/layouts/layout0_hd.jpg
DELETED
Binary file (13.7 kB)
|
|
public/layouts/layout1.jpg
DELETED
Binary file (2.02 kB)
|
|
public/layouts/layout1_hd.jpg
DELETED
Binary file (11 kB)
|
|
public/layouts/layout2.jpg
DELETED
Binary file (2.12 kB)
|
|
public/layouts/layout2_hd.jpg
DELETED
Binary file (11.6 kB)
|
|
public/layouts/layout3 hd.jpg
DELETED
Binary file (10.8 kB)
|
|
public/layouts/layout3.jpg
DELETED
Binary file (2.07 kB)
|
|
public/layouts/layout4 hd.jpg
DELETED
Binary file (11.6 kB)
|
|
public/layouts/layout4.jpg
DELETED
Binary file (2.09 kB)
|
|
public/mask.png
DELETED
Binary file (5.81 kB)
|
|
public/next.svg
DELETED
public/quick-and-dirty-emoji.png
DELETED
Binary file (19.2 kB)
|
|
public/sign-in-with-huggingface-xl.svg
DELETED
public/vercel.svg
DELETED