Files
2025-08-28 15:10:56 +02:00

27 lines
939 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WASM Playground Home</title>
<style>
body { font-family: sans-serif; margin: 2em; }
h1 { margin-bottom: 1em; }
ul { list-style: none; padding: 0; }
li { margin: 0.5em 0; }
a { text-decoration: none; color: #3366cc; font-size: 1.1em; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>WASM Playground Home</h1>
<ul>
<li><a href="comparison.html">comparison.html</a></li>
<li><a href="clips.html">clips.html</a></li>
<li><a href="masks.html">masks.html</a></li>
<li><a href="paths.html">paths.html</a></li>
<li><a href="plus.html">plus.html</a></li>
<li><a href="rects.html">rects.html</a></li>
<li><a href="texts.html">texts.html</a></li>
</ul>
</body>
</html>