Add custom panel and thumbnail

This commit is contained in:
Your New SJW Waifu 2019-10-18 11:39:09 -05:00
parent f883a8875d
commit 63fb84af1d
3 changed files with 37 additions and 0 deletions

View File

@ -11,3 +11,4 @@ cp dist/index.html "${TARGET}/instance/static/index.html"
rsync --delete -ra dist/static/ "${TARGET}/instance/static/static"
rsync --delete -ra images/ "${TARGET}/instance/static/images"
rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds"
rsync --delete -ra instance/ "${TARGET}/instance/static/instance"

36
instance/panel.html Normal file
View File

@ -0,0 +1,36 @@
<div style="margin-left:12px; margin-right:12px">
<p>Welcome to the H.M.S. Neckbeard running on <a href="https://pleroma.social" target="_blank">Pleroma!</a></p>
<p>
<style>
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid rgba(124, 133, 146, 0.5);
}
</style>
<table style="width:100%">
<tr>
<th colspan="2">Useful info and services</th>
</tr>
<tr>
<td><a href="/main/all">Pleroma FE</a></td>
<td><a href="/web">glitch-soc/Mastodon FE</a></td>
</tr>
<tr>
<td><a href="/about">Rules & Info</a></td>
<td><a href="/static/DMCA.html">DMCA</a></td>
</tr>
<tr>
<td><a href="https://neckbeard.xyz/netdata/#menu_system;theme=slate;update_always=true" target="_blank">Netdata</a></td>
<td><a href="http://lolifuggzi5axn2rmbk44u55zk3zjnbs4vhcruifrgyfpk6mwm4okuad.onion">Tor/onion service</a></td>
</tr>
<tr>
<td colspan="2" style="text-align:center"><a href="https://sounds.neckbeard.xyz" target="_blank">Neckbeard Sounds</a></td>
</tr>
</table>
</p>
<!--<iframe width="100%" height="150" scrolling="no" frameborder="no" src="https://sounds.neckbeard.xyz/front/embed.html?&amp;type=track&amp;id=45278"></iframe>
<!--<p>Contact the admin: <a href='/sjw'>@sjw@neckbeard.xyz</a></p>-->
</div>

BIN
instance/thumbnail.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB