]> Sergey Matveev's repositories - paster.git/blob - asciicast.tmpl
BLAKE3
[paster.git] / asciicast.tmpl
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>asciicast</title>
5     <link rel="stylesheet" type="text/css" href="{{.PlayerPath}}.css" />
6   </head>
7   <body>
8   <asciinema-player src="{{.Cast}}"></asciinema-player>
9   <script src="{{.PlayerPath}}.js"></script>
10   <noscript>
11     No JavaScript support.
12     Download <a href="{{.Cast}}">asciicast</a> and play it with
13     <a href="https://pypi.org/project/asciinema/">asciinema</a>.
14   </noscript>
15   </body>
16 </html>