Skip to content

Commit

Permalink
Widget for ESI Mastodon Account
Browse files Browse the repository at this point in the history
  • Loading branch information
s-steinhorst committed Oct 16, 2023
0 parents commit 4fdf962
Show file tree
Hide file tree
Showing 3 changed files with 1,237 additions and 0 deletions.
43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en" data-theme="">
<head>
<meta charset="utf-8" />
<title>Mastodon embed timeline</title>
<meta name="author" content="i.j" />
<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.css" />
<style>
html {
height: 100%;
}

body {
height: 100%;
background: lightslategray;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}

.dummy-wrapper {
width: 100%;
max-width: 26rem;
height: calc(100% - 4rem);
margin: 2rem auto;
}
</style>
</head>

<body>
<div class="dummy-wrapper">
<div class="mt-container">
<div id="mt-body" class="mt-body" role="feed">
<div class="loading-spinner"></div>
</div>
</div>
</div>

<script src="mastodon-timeline.js"></script>
</body>
</html>
Loading

0 comments on commit 4fdf962

Please sign in to comment.