Add Iframe containing my fedi persona
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
6a115bc837
commit
eb102ba0ef
2 changed files with 19 additions and 2 deletions
12
index.html
12
index.html
|
@ -15,7 +15,9 @@
|
|||
<p>
|
||||
Just a person on the internet too much.
|
||||
</p>
|
||||
<table>
|
||||
<div class="splitscreen">
|
||||
<div class = "left">
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
How about a list of things I host?
|
||||
|
@ -61,7 +63,13 @@
|
|||
<a href="https://bibliogram.froth.zone">Bibliogram</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
||||
<div class = "right">
|
||||
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="400" height="800" src="https://fedifeed.com/api/v1/feed?user=sam&instance=https%3A%2F%2Ffroth.zone&instance_type=&theme=pleroma&size=100&header=true&replies=false&boosts=false"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<p>
|
||||
I don't know what else to put here.
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
a { color:blue } /* Globally */
|
||||
.splitscreen {
|
||||
display:flex;
|
||||
}
|
||||
.splitscreen .left {
|
||||
flex: 1;
|
||||
}
|
||||
.splitscreen .right {
|
||||
flex: 1;
|
||||
}
|
Loading…
Reference in a new issue