blob: e5c4372bd535585ef309987e3def97bceff0343c (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<title>FRP color picker</title>
<link rel="stylesheet" type="text/css" href="propagators.css"/>
<script type="text/javascript" src="hoot/reflect.js"></script>
<script type="text/javascript" src="propagators.js"></script>
</head>
<body>
<article id="wasm-error" hidden="true">
<h1>Uh oh!</h1>
<p>
A browser with Wasm GC and tail call support is required for
this demo.
</p>
<p>
We recommend using either Firefox or Chrome.
</p>
<p>
Safari is currently unsupported. Likewise, <emph>all browsers</emph> on
iOS are unsupported, as they are all secretly Safari under the
hood.
</p>
</article>
</body>
</html>
|