Files
yawn/examples/index.html
T

13 lines
343 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta http-equiv="refresh" content="0;url=/playground/" />
<title>Yawn Playground</title>
</head>
<body>
<p><a href="/playground/">Open the Yawn Playground</a></p>
</body>
</html>