|
|
@ -1,10 +1,6 @@ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<link rel="stylesheet" type="text/css" href="/player/asciinema-player.css" /> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<asciinema-player title="Linux" author="swarmlab.io" author-url="http://www.swarmlab.io" font-size="small" speed="2" theme="monokai" src="/player/hybrid-linux/demo.cast"></asciinema-player> |
|
|
|
<script src="/player/asciinema-player.js"></script> |
|
|
|
<script> |
|
|
|
var url_string = window.location.href |
|
|
|
var url = new URL(url_string); |
|
|
@ -36,5 +32,9 @@ |
|
|
|
div.setAttributeNode(theme); |
|
|
|
|
|
|
|
</script> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<asciinema-player title="Linux" author="swarmlab.io" author-url="http://www.swarmlab.io" font-size="small" speed="2" theme="monokai" src="/player/hybrid-linux/demo.cast"></asciinema-player> |
|
|
|
<script src="/player/asciinema-player.js"></script> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|