Use post.css and replies mode
This commit is contained in:
parent
773ecc1820
commit
ff49e13b86
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>masto-embed</title>
|
<title>masto-embed</title>
|
||||||
<link rel="stylesheet" href="post-container.css">
|
<link rel="stylesheet" href="post.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="masto-embed"
|
<div id="masto-embed"
|
||||||
account_name="meissa"
|
account_name="meissa"
|
||||||
host_url="https://social.meissa-gmbh.de"
|
host_url="https://social.meissa-gmbh.de"
|
||||||
|
replies_to="112432461907918517"
|
||||||
filter_favorited=true>
|
filter_favorited=true>
|
||||||
Here the timeline will appear.
|
Here the timeline will appear.
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue