basic demo created

This commit is contained in:
kake26 2022-02-17 21:39:44 -06:00
parent f50e4d226c
commit b6d18639ca
2 changed files with 81 additions and 0 deletions

16
index.php Normal file
View file

@ -0,0 +1,16 @@
<html>
<head>
...
<link rel="stylesheet" type="text/css" href="/player/asciinema-player.css" />
</head>
<body>
<div id="demo"></div>
<script src="/player/asciinema-player.min.js"></script>
<script>
AsciinemaPlayer.create('/casts/demo.cast', document.getElementById('demo'));
</script>
</body>
</html>
<?php
?>