mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 14:57:52 +01:00
add gradient to bg owowoowowowo
This commit is contained in:
parent
ebd9a887c0
commit
bb4ea1d2a8
1 changed files with 14 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
<!--
|
||||
<!--
|
||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
|
||||
|
||||
Copyright (C) 2021-2023 POKETUBE (https://github.com/iamashley0/poketube)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -30,6 +30,11 @@
|
|||
<link href="/css/watch-util.css" rel=stylesheet>
|
||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||
<style>
|
||||
body {
|
||||
background-image:linear-gradient(to bottom right, #9666F7, #B37C6B) !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
@ -73,36 +78,21 @@ PokeTube Instances
|
|||
<th>Piwik</th>
|
||||
<th>Vanilla?</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>watch.poketalebot.com</td>
|
||||
<td>100</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<td>poketube.fun</td>
|
||||
<td>100</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>poketube.xyz</td>
|
||||
<tr>
|
||||
<td>pt.zzls.xyz</td>
|
||||
<td>100</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>poketube.online</td>
|
||||
<td>100</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>poketube.site</td>
|
||||
<td>100</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<p>
|
||||
<a href="/api/instances.json">View in json</a>
|
||||
|
|
Loading…
Reference in a new issue