Fixed a small derp in demo
This commit is contained in:
parent
b6d18639ca
commit
43d9924e64
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
<html>
|
||||
<head>
|
||||
...
|
||||
<link rel="stylesheet" type="text/css" href="/player/asciinema-player.css" />
|
||||
|
||||
<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 src="player/asciinema-player.min.js"></script>
|
||||
<script>
|
||||
AsciinemaPlayer.create('/casts/demo.cast', document.getElementById('demo'));
|
||||
AsciinemaPlayer.create('casts/demo.cast', document.getElementById('demo'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue