Skip to content

Commit

Permalink
fix base url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMac committed Oct 6, 2023
1 parent cb9c01d commit d427850
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<base href="https://alexandermac.github.io/o2diff/">
<title>o2diff Demo</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
Expand Down Expand Up @@ -37,7 +36,7 @@ <h3>Changes</h3>
</div>

<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.21"></script>
<script src="/o2diff.js"></script>
<script src="/demo.js"></script>
<script src="/o2diff/o2diff.js"></script>
<script src="/o2diff/demo.js"></script>
</body>
</html>

0 comments on commit d427850

Please sign in to comment.