forked from mirror/mastodon-embed-timeline
Use non minified css/js
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="keywords" content="mastodon, embed timeline" />
|
<meta name="keywords" content="mastodon, embed timeline" />
|
||||||
<meta name="description" 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>
|
<style>
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -39,6 +39,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="mastodon-timeline.min.js"></script>
|
<script src="mastodon-timeline.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user