Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 17, 2018
1 parent 9f9d0cd commit 4d78f5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, shrink-to-fit=no" />
<meta name="description" content="Web frontend for webvsc, a converter for Winamp AVS presets">
<title>webvsc-ui</title>
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.9/dist/webvsc-ui.css" as="style" onload="this.rel='stylesheet'">
<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'">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700" as="style" onload="this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.9/dist/webvsc-ui.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.8.1/dist/webvsc-ui.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700">
</noscript>
<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>
Expand All @@ -17,7 +17,7 @@
</head>
<body>
<div id="drop-area"></div>
<script src="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.9/dist/webvsc-ui.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@visbot/webvsc-ui@0.8.1/dist/webvsc-ui.js" defer></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
var options = {
Expand Down

0 comments on commit 4d78f5a

Please sign in to comment.