1
0
Fork 0
mirror of https://passt.top/passt synced 2025-06-01 22:05:43 +02:00

README: Make it somewhat readable on mobile devices

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-03-04 16:34:52 +01:00
parent 216a266a75
commit 14c4c0253c
6 changed files with 160 additions and 34 deletions

19
doc/demo_passt.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>demo: Overview of passt 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_passt" style="height: 100vh; width: 100vw"></div>
<script>
AsciinemaPlayer.create('/builds/latest/web/demo_passt.cast',
document.getElementById('demo_pasta'),
{ cols: 130, rows: 41, fit: "both",
preload: true, poster: 'npt:0:4'
});
</script>
</body>
</html>