pcast/index.php
2022-02-17 21:39:44 -06:00

16 lines
No EOL
326 B
PHP

<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
?>