Fix css references on bootstrap kitchensink page

This commit is contained in:
Dennis Reimann
2019-11-15 11:05:12 +01:00
parent 2bfea50014
commit 65a867e82d

View File

@@ -7,11 +7,11 @@
<title>Bootstrap 4 Kitchen Sink</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/creative.css" rel="stylesheet" />
<link href="main/bootstrap/bootstrap.css" rel="stylesheet" />
<link href="main/bootstrap4-creativestart/creative.css" rel="stylesheet" />
<script>
const theme = window.location.search.replace('?theme=','') || 'classic';
document.write(`<link href="css/themes/${theme}.css" rel="stylesheet" />`)
document.write(`<link href="main/themes/${theme}.css" rel="stylesheet" />`)
</script>
<!-- BTCPay bundles -->