-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (197 loc) · 10.3 KB
/
index.html
File metadata and controls
209 lines (197 loc) · 10.3 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Instantly fetch, display and download favicons from any website. Simple, fast, and free favicon API for developers.">
<title>MakeFav: Instant Website Favicon Maker</title>
<!-- Favicon package generated by MakeFav Generator -->
<link rel="icon" type="image/x-icon" href="src/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="src/16.png">
<link rel="icon" type="image/png" sizes="32x32" href="src/32.png">
<link rel="apple-touch-icon" sizes="180x180" href="src/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="144x144" href="src/pwa-144.png">
<link rel="icon" type="image/png" sizes="192x192" href="src/pwa-192.png">
<link rel="icon" type="image/png" sizes="512x512" href="src/maskable.png">
<link rel="manifest" href="src/manifest.json">
<link rel="stylesheet" href="src/index.css">
</head>
<body class="site-wrapper">
<div class="main-container">
<!-- Header Section -->
<header class="primary-header">
<div class="header-content">
<div class="brand-area">
<h1 class="main-title">MakeFav/</h1>
<p class="sub-heading">Instantly Make and download favicon for any website.</p>
</div>
</div>
</header>
<!-- Main Content -->
<main class="content-body">
<!-- Stats Section -->
<section class="usage-stats-box">
<div class="stats-inner">
<div class="text-center">
<div class="stats-number">30K+</div>
<div class="stats-label">Weekly Users Usage</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="action-area">
<a title="Click To Convert Image Into Favicon" href="genrator/" class="cta-button">
<div class="button-content">
<span class="button-label">
<svg class="icon-m" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-width="2"
d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" />
</svg>
<span>Convert Image to Favicon</span>
</span>
<svg class="icon-m" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</div>
</a>
</section>
<!-- FAQ Section -->
<section class="faq-container">
<h2 title="See Most Asked Questions" class="section-heading">FAQ</h2>
<div class="accordion-list">
<div class="accordion-item">
<button class="accordion-trigger" onclick="toggleFAQ(this)">
<h3 class="accordion-title">What is MakeFav?
<svg class="arrow-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</h3>
</button>
<div class="accordion-panel hidden">
<p>
MakeFav is a simple and efficient service that allows you to make the favicon (website
icon) for any
website. Just provide a image, and we'll return the associated favicons. It's
perfect for
developers, designers, or anyone who needs quick needv create website icons.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-trigger" onclick="toggleFAQ(this)">
<h3 class="accordion-title">What is a favicon?
<svg class="arrow-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</h3>
</button>
<div class="accordion-panel hidden">
<p>
A favicon (short for "favorite icon") is a small, iconic image that represents a
website. It's
typically displayed in the browser's address bar, next to the site's name in bookmarks,
and in browser
tabs.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-trigger" onclick="toggleFAQ(this)">
<h3 class="accordion-title">Why are favicons important?
<svg class="arrow-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</h3>
</button>
<div class="accordion-panel hidden">
<p>
Favicons enhance brand recognition, improve user experience by making sites easily
identifiable in tabs
and bookmarks, and add a professional touch to websites.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-trigger" onclick="toggleFAQ(this)">
<h3 class="accordion-title">What file formats are used for favicons?
<svg class="arrow-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</h3>
</button>
<div class="accordion-panel hidden">
<p>
Common favicon formats include ICO, PNG, GIF, and SVG. ICO was traditionally the most
widely supported,
but modern browsers support PNG and SVG, which offer better quality and scalability.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-trigger" onclick="toggleFAQ(this)">
<h3 class="accordion-title">How does MakeFav work?
<svg class="arrow-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</h3>
</button>
<div class="accordion-panel hidden">
<p>
MakeFav follows a multi-step process to retrieve a website's favicon: 1. pick a image
that created for your site in the
drag & drop box above (e.g., how to use box) 2. Click the "Generat Favicons" button
below the icon drag & drop BOX 3. You can
choose between default size or larger size version
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-trigger" onclick="toggleFAQ(this)">
<h3 class="accordion-title">Is there a rate limit for using MakeFav?
<svg class="arrow-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</h3>
</button>
<div class="accordion-panel hidden">
<p>
No! MakeFav have no rate limits. While we strive to provide a reliable service, we
implement new features that will be stop service for specific.
directly.
</p>
</div>
</div>
</div>
</section>
</main>
</div>
<!-- Footer Section -->
<footer class="main-footer">
<div class="footer-grid-wrapper">
<div class="bottom-bar">
<div class="copyright">
© 2026-Present <comp
title="&icon=info;This Site Poweredc By &hr; &cl=#ffa3a3;@MainRoute-Core&cl;">MainRoute</comp>
Core
</div>
</div>
</div>
</footer>
<script>
function toggleFAQ(btn) {
const panel = btn.nextElementSibling;
const icon = btn.querySelector('.arrow-icon');
panel.classList.toggle('hidden');
icon.style.transform = panel.classList.contains('hidden') ? 'rotate(0deg)' : 'rotate(180deg)';
}
</script>
<!-- Initialize The Library -->
<script src="src/toaster.js"></script>
<script>
UniversalToaster.init({
delay: 1000
});
</script>
</body>
</html>