aboutgitcodebugslistschat
path: root/doc/demo_pasta.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/demo_pasta.html')
-rw-r--r--doc/demo_pasta.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/demo_pasta.html b/doc/demo_pasta.html
new file mode 100644
index 0000000..dc4101b
--- /dev/null
+++ b/doc/demo_pasta.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8"/>
+<title>demo: Overview of pasta functionality</title>
+<link rel="stylesheet" type="text/css" href="/static/asciinema-player.css" />
+<script src="/static/asciinema-player.min.js"></script>
+</head>
+<body style="margin: 0">
+<div id="demo_pasta" style="height: 100vh; width: 100vw"></div>
+<script>
+AsciinemaPlayer.create('/builds/latest/web/demo_pasta.cast',
+ document.getElementById('demo_pasta'),
+ { cols: 130, rows: 41, fit: "both",
+ preload: true, poster: 'npt:0:4'
+ });
+</script>
+</body>
+</html>