-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
261 lines (231 loc) · 8.77 KB
/
Copy pathindex.html
File metadata and controls
261 lines (231 loc) · 8.77 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="fr">
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alter - Easily decrypt & classify any EVM blockchain address</title>
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Alter Web - Classification instantanée d'adresses EVM multi-chaînes. Respectueux de la vie privée, sans traqueurs. Aussi disponible en alter-cli, alter-mcp et Alter Desktop.">
<link rel="canonical" href="https://app.alter-evm.com/">
<meta name="theme-color" content="#0F172A">
<!-- OpenGraph Meta Tags for Social Media & WhatsApp -->
<meta property="og:site_name" content="Alter Web">
<meta property="og:title" content="Alter Web — Easily decrypt & classify any EVM blockchain address">
<meta property="og:description" content="Instant multi-chain EVM address classification. Privacy-first, zero trackers. Also available as CLI, MCP Server, and Desktop app.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://app.alter-evm.com/">
<meta property="og:image" content="https://app.alter-evm.com/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:alt" content="Alter Web App - EVM Address Intelligence">
<meta property="og:locale" content="fr_FR">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@VISIALIS">
<meta name="twitter:title" content="Alter Web — Easily decrypt & classify any EVM blockchain address">
<meta name="twitter:description" content="Instant multi-chain EVM address classification. Privacy-first, zero trackers.">
<meta name="twitter:image" content="https://app.alter-evm.com/og-image.jpg">
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Alter Web",
"url": "https://app.alter-evm.com/",
"image": "https://app.alter-evm.com/og-image.jpg",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "All",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "Alter Web Application - Classification instantanée d'adresses EVM multi-chaînes."
}
</script>
<!-- #310 Security headers HTTP (CSP, XFO, XCTO, RP, PP, HSTS) :
- netlify.toml + alter/web/_headers (Netlify / Cloudflare Pages)
- docs/deployment/web-security-headers.md (Cloudflare devant GitHub Pages)
Ne PAS ajouter de CSP en <meta> ici : insuffisant pour frame-ancestors/HSTS
et peut entrer en conflit avec les headers serveur. -->
<!-- GitHub Pages SPA redirect restoration -->
<script>
// Restore the route from 404.html redirect
(function() {
var redirect = sessionStorage.redirect;
delete sessionStorage.redirect;
if (redirect && redirect != location.href) {
history.replaceState(null, null, redirect);
}
})();
</script>
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Alter">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="manifest" href="manifest.json">
<style>
body {
margin: 0;
background: #f6f8fb;
color: #1f2937;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
#bootstrap-fallback {
max-width: 980px;
margin: 0 auto;
padding: 28px 20px 36px;
line-height: 1.45;
}
#bootstrap-fallback h1 {
margin: 0 0 8px;
font-size: 28px;
}
#bootstrap-fallback p {
margin: 0 0 18px;
}
#bootstrap-fallback .quickstart {
margin: 0 0 20px;
padding: 12px 14px;
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 8px;
}
#bootstrap-fallback code {
font-size: 13px;
}
#bootstrap-fallback table {
width: 100%;
border-collapse: collapse;
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 8px;
overflow: hidden;
}
#bootstrap-fallback th,
#bootstrap-fallback td {
text-align: left;
padding: 10px 12px;
border-bottom: 1px solid #eef2f7;
vertical-align: top;
font-size: 14px;
}
#bootstrap-fallback tr:last-child td {
border-bottom: 0;
}
#bootstrap-fallback a {
color: #0a58ca;
}
</style>
</head>
<body>
<main id="bootstrap-fallback">
<h1>Alter Web</h1>
<p>
Classification instantanee d'adresses EVM.
Cette page charge l'application Flutter; en attendant, voici les points d'entree utiles.
</p>
<section class="quickstart" aria-label="Quick Start">
<strong>Quick Start</strong><br/>
Web: <a href="https://app.alter-evm.com/">https://app.alter-evm.com/</a><br/>
CLI: <code>brew install VISIALIS/alter/alter-cli</code><br/>
MCP: <code>brew install VISIALIS/alter/alter-mcp</code>
</section>
<table aria-label="Ecosysteme Alter">
<thead>
<tr>
<th>#</th>
<th>Interface</th>
<th>Type</th>
<th>Installation / Acces</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><strong>Alter Web</strong></td>
<td>Application web</td>
<td><a href="https://app.alter-evm.com/">https://app.alter-evm.com/</a></td>
</tr>
<tr>
<td>2</td>
<td><strong>alter-cli</strong></td>
<td>CLI interactif</td>
<td><code>brew install VISIALIS/alter/alter-cli</code></td>
</tr>
<tr>
<td>3</td>
<td><strong>alter-mcp</strong></td>
<td>Serveur MCP (agents IA)</td>
<td><code>brew install VISIALIS/alter/alter-mcp</code></td>
</tr>
<tr>
<td>4</td>
<td><strong>Alter Desktop</strong></td>
<td>Application desktop (macOS/Windows/Linux)</td>
<td><code>brew install --cask VISIALIS/alter/alter</code></td>
</tr>
<tr>
<td>5</td>
<td><strong>Alter Mobile</strong></td>
<td>Application mobile (iOS/Android)</td>
<td><a href="https://apps.apple.com/">App Store</a> / <a href="https://play.google.com/store">Google Play</a></td>
</tr>
</tbody>
</table>
</main>
<noscript>
<p>Alter est aussi disponible sur d'autres interfaces :</p>
<ul>
<li>alter-cli : <a href="https://github.com/VISIALIS/homebrew-alter#readme">brew install VISIALIS/alter/alter-cli</a></li>
<li>alter-mcp : <a href="https://github.com/VISIALIS/homebrew-alter#readme">brew install VISIALIS/alter/alter-mcp</a></li>
<li>Alter Desktop : <a href="https://github.com/VISIALIS/homebrew-alter#readme">brew install --cask VISIALIS/alter/alter</a></li>
<li>Alter Web : <a href="https://app.alter-evm.com/">https://app.alter-evm.com/</a></li>
<li>Alter Mobile : <a href="https://apps.apple.com/">App Store</a> / <a href="https://play.google.com/store">Google Play</a></li>
</ul>
</noscript>
<script>
// Cacher le fallback quand Flutter a pris la main.
(function() {
function hideFallback() {
var fallback = document.getElementById('bootstrap-fallback');
if (fallback) {
fallback.style.display = 'none';
}
}
function isFlutterMounted() {
return !!document.querySelector('flt-glass-pane, flutter-view');
}
var observer = new MutationObserver(function() {
if (isFlutterMounted()) {
hideFallback();
observer.disconnect();
}
});
observer.observe(document.body, { childList: true, subtree: true });
window.addEventListener('flutter-first-frame', hideFallback, { once: true });
window.addEventListener('load', function() {
if (isFlutterMounted()) {
hideFallback();
}
});
})();
</script>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>