mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-25 09:54:21 +01:00
Fix css references on bootstrap kitchensink page
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user