16 lines
No EOL
326 B
PHP
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
|
|
|
|
?>
|