mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Code re-formatting (#1362)
This commit is contained in:
parent
46910d3015
commit
eb48bad47b
1 changed files with 3 additions and 3 deletions
|
@ -185,11 +185,11 @@ sup {
|
||||||
opacity: 0.97;
|
opacity: 0.97;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<a href = "{$data['site_url']}{$data['topic_url']}" style = "font-family: Monospace; color: #569904;">← Back to the topic</a>
|
<a href="{$data['site_url']}{$data['topic_url']}" style="font-family: Monospace; color: #569904;">← Back to the topic</a>
|
||||||
<center>
|
<center>
|
||||||
<h2 style="color: #b3b3b3; font-family: Monospace;">Name: {$data['name']} | Date: {$data['date']} | Size: {$data['size']}</h2>
|
<h2 style="color: #b3b3b3; font-family: Monospace;">Name: {$data['name']} | Date: {$data['date']} | Size: {$data['size']}</h2>
|
||||||
<p>
|
<p>
|
||||||
<p style= "font-family:Calibri;">Created by: <i title="Torrent client's name">{$data['client']}</i></p>
|
<p style="font-family:Calibri;">Created by: <i title="Torrent client's name">{$data['client']}</i></p>
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<table>
|
<table>
|
||||||
|
@ -208,7 +208,7 @@ sup {
|
||||||
</tr>
|
</tr>
|
||||||
{$allFiles}
|
{$allFiles}
|
||||||
</table>
|
</table>
|
||||||
<p style = "color: gray; font-family: Calibri Light">Generated by <a href = "https://github.com/torrentpier/torrentpier" target="_blank" referrerpolicy="origin" title = "Bull-powered BitTorrent tracker engine">TorrentPier</a></p>
|
<p style="color: gray; font-family: Calibri Light">Generated by <a href="https://github.com/torrentpier/torrentpier" target="_blank" referrerpolicy="origin" title="Bull-powered BitTorrent tracker engine">TorrentPier</a></p>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue