Skip to content

Commit

Permalink
avoid borkt esm.archive.org
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Dec 29, 2024
1 parent cecd076 commit 60e0da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ux/tv2b.htm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="https://esm.archive.org/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" type="text/css"/>
<link href="https://esm.ext.archive.org/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet" type="text/css"/>

<style>
body { margin:0;border:0;padding:0; background-color:white;}
Expand Down Expand Up @@ -86,7 +86,7 @@
padding-right:20px;
}
</style>
<script type="module" src="https://esm.archive.org/@internetarchive/ia-topnav"></script>
<script type="module" src="https://esm.ext.archive.org/@internetarchive/ia-topnav@1.3.8"></script>
<style>
body, html { margin: 0; font-size: 10px; }
#cols, #tvmeta { font-size: 16px; }
Expand Down
2 changes: 1 addition & 1 deletion ux/tv3.htm
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
})
</script>

<script type="module" src="https://esm.archive.org/@internetarchive/ia-topnav"></script>
<script type="module" src="https://esm.ext.archive.org/@internetarchive/ia-topnav@1.3.8"></script>
<style>
body, html { margin: 0; font-size: 10px; }
#cols, #tvmeta { font-size: 16px; }
Expand Down

0 comments on commit 60e0da1

Please sign in to comment.