Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sbauza committed Feb 13, 2024
1 parent 5295ef8 commit 9f6a715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vgpu/vgpu_live_migration.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/asciinema-player.css" />
<link rel="stylesheet" type="text/css" href="asciinema-player.css" />
</head>
<body>
<div id="demo"></div>
<script src="/asciinema-player.min.js"></script>
<script src="asciinema-player.min.js"></script>
<script>
AsciinemaPlayer.create('/demo.cast', document.getElementById('demo'));
</script>
Expand Down

0 comments on commit 9f6a715

Please sign in to comment.