-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
217 lines (190 loc) · 6.58 KB
/
index.html
File metadata and controls
217 lines (190 loc) · 6.58 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
<!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 any blockchain address</title>
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Alter - Classification instantanee d'adresses EVM. Aussi disponible en alter-cli, alter-mcp, Alter Desktop et Alter Mobile.">
<!-- Security headers are managed via HTTP headers in netlify.toml -->
<!-- Do NOT add CSP meta tags here — they conflict with server headers (browser applies the most restrictive) -->
<!-- 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://alter.visialis.fr/">https://alter.visialis.fr/</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://alter.visialis.fr/">https://alter.visialis.fr/</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://alter.visialis.fr/">https://alter.visialis.fr/</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>