pcast/index.php
2022-02-17 22:11:32 -06:00

16 lines
No EOL
320 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
?>