Skip to content

Commit 4d78f5a

Browse files
committed
version bump
1 parent 9f9d0cd commit 4d78f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, shrink-to-fit=no" />
66
<meta name="description" content="Web frontend for webvsc, a converter for Winamp AVS presets">
77
<title>webvsc-ui</title>
8-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.9/dist/webvsc-ui.css" as="style" onload="this.rel='stylesheet'">
8+
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.8.1/dist/webvsc-ui.css" as="style" onload="this.rel='stylesheet'">
99
<link rel="preload" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700" as="style" onload="this.rel='stylesheet'">
1010
<noscript>
11-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.9/dist/webvsc-ui.css">
11+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.8.1/dist/webvsc-ui.css">
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700">
1313
</noscript>
1414
<style type="text/css" media="screen">:root{--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-serif:'Playfair Display',serif}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}p{orphans:3;widows:3}}*,::after,::before{box-sizing:border-box}html{font-family:serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}body{margin:0;font-family:var(--font-family-serif);font-size:1.5rem;font-weight:400;line-height:1.5;color:#eee;text-align:left;background-color:#222;overflow:hidden;transition:font-size .2s ease}hr{border-style:double;margin:1rem -1rem}h1{font-size:2rem;margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}a{color:#eee;text-decoration:underline;-webkit-text-decoration-skip:objects}a:hover{color:#ccc;text-decoration:underline}.webvsc-contents > *{max-width:680px}</style>
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<div id="drop-area"></div>
20-
<script src="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.9/dist/webvsc-ui.js" defer></script>
20+
<script src="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.8.1/dist/webvsc-ui.js" defer></script>
2121
<script>
2222
document.addEventListener("DOMContentLoaded", function() {
2323
var options = {

0 commit comments

Comments
 (0)