lastfm recent track
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user