Add new assets

This commit is contained in:
2026-02-11 13:03:03 +01:00
parent b1062fcad5
commit 9e641a2b9b
11 changed files with 51 additions and 50 deletions

View File

@@ -26,6 +26,13 @@
<meta name="og:locale" content="en_GB" />
<meta property="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#152b5c">
<style>
.slider {
height: calc(100vw * 11/16);
max-height: 80vh;
}
</style>
</head>
<body>
@@ -89,6 +96,8 @@
<span class="slider-controls slider-control-right material-symbols-outlined"
onclick="sliderControl( 'next' )">arrow_forward
</div>
<script src="https://static.janishutz.com/js/slider.js"></script>
<script>activateSlider(7500, null)</script>
<div class="content">
<img src="https://github.com/janishutz/MusicPlayerV2/raw/master/assets/logo.png" alt="MusicPlayer logo"
@@ -139,12 +148,6 @@
<footer></footer>
<script src="https://static.janishutz.com/js/slider.js"></script>
<script>
activateSlider(7500);
</script>
</body>
</html>