basic demo created
This commit is contained in:
parent
f50e4d226c
commit
b6d18639ca
2 changed files with 81 additions and 0 deletions
16
index.php
Normal file
16
index.php
Normal 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
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue