Skip to content
Snippets Groups Projects

fix url for ttyrec components

Merged Hahn Axel (hahn) requested to merge master into main
2 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
@@ -2,10 +2,10 @@
@@ -2,10 +2,10 @@
<!-- START-ADD-TTY-PLAYER -->
<!-- START-ADD-TTY-PLAYER -->
<html>
<html>
<script src=ttyrec/webcomponents-lite.min.js></script>
<script src=/addons/ttyrec/webcomponents-lite.min.js></script>
<link rel=stylesheet href=ttyrec/tty-player.css>
<link rel=stylesheet href=/addons/ttyrec/tty-player.css>
<script src=ttyrec/term.min.js></script>
<script src=/addons/ttyrec/term.min.js></script>
<script src=ttyrec/tty-player.min.js></script>
<script src=/addons/ttyrec/tty-player.min.js></script>
</html>
</html>
<!-- END-ADD-TTY-PLAYER -->
<!-- END-ADD-TTY-PLAYER -->
Loading