mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📚 Add wasm playground internal docs
This commit is contained in:
committed by
Belén Albeza
parent
2106028350
commit
b78e3159d1
27
frontend/resources/wasm-playground/index.html
Normal file
27
frontend/resources/wasm-playground/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user