lastfm recent track

This commit is contained in:
2023-08-03 23:39:02 +03:00
parent f386bd916f
commit 957bdda3ab
10 changed files with 95 additions and 20 deletions

View File

@@ -6,9 +6,12 @@
<title>a2s</title>
<meta name="description" content="" />
<link rel="manifest" href="manifest.json" />
<style>
@import './assets/css/styles.css';
</style>
<link
rel="stylesheet"
type="text/css"
href="./assets/css/bootstrap-v5.3.1.min.css"
/>
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css" />
<script type="module">
import './assets/js/app.js';
</script>
@@ -30,5 +33,7 @@
<!-- app footer -->
<include src="app/partitial/footer.html"></include>
</div>
<script id="autorun" type="module"></script>
</body>
</html>