Use non minified css/js

This commit is contained in:
idotj 2024-01-13 16:46:49 +01:00
parent 7be552b956
commit c164d69510

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="mastodon, embed timeline" />
<meta name="description" content="Mastodon embed timeline" />
<link rel="stylesheet" href="mastodon-timeline.min.css" />
<link rel="stylesheet" href="mastodon-timeline.css" />
<style>
html {
height: 100%;
@ -39,6 +39,6 @@
</div>
</div>
<script src="mastodon-timeline.min.js"></script>
<script src="mastodon-timeline.js"></script>
</body>
</html>