mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
Remove HD videos and keep 480p version on landing background
This commit is contained in:
parent
e4263b18f3
commit
79111259f6
3 changed files with 2 additions and 12 deletions
BIN
css/bg-720.webm
BIN
css/bg-720.webm
Binary file not shown.
BIN
css/bg-full.webm
BIN
css/bg-full.webm
Binary file not shown.
|
@ -87,23 +87,13 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<%- include('./partials/header.ejs') %>
|
<%- include('./partials/header.ejs') %>
|
||||||
<video id="HD-BG" playsinline autoplay muted loop><source src="/bg-full.webm" type="video/webm"/></video>
|
<video id="HD-BG" playsinline autoplay muted loop><source src="/bg-480.webm" type="video/webm"/></video>
|
||||||
<video id="SD-BG" playsinline autoplay muted loop><source src="/bg-480.webm" type="video/webm"/></video>
|
|
||||||
<!-- <div class="features">
|
|
||||||
<a style="color: white; text-decoration: none;" href="https://war.ukraine.ua/donate/">
|
|
||||||
<p><i class="fa-duotone fa-handshake-angle"></i> Support Ukraine </p>
|
|
||||||
</a>
|
|
||||||
<a style="color: white; text-decoration: none;"
|
|
||||||
href="https://buildpalestine.com/2021/05/15/trusted-organizations-to-donate-to-palestine/">
|
|
||||||
<p><i class="fa-duotone fa-handshake-angle"></i> Support Palestine</p>
|
|
||||||
</a>
|
|
||||||
</div> -->
|
|
||||||
<div class="landing">
|
<div class="landing">
|
||||||
<h1>The Ultimate Privacy App</h1>
|
<h1>The Ultimate Privacy App</h1>
|
||||||
<p style="max-width: 800px;"> Be Anonymous watching epic videos, searching
|
<p style="max-width: 800px;"> Be Anonymous watching epic videos, searching
|
||||||
thingys on the interwebs and listening to music on poketube - the free yt front end thats focused on ur privacy!!
|
thingys on the interwebs and listening to music on poketube - the free yt front end thats focused on ur privacy!!
|
||||||
</p><br>
|
</p><br>
|
||||||
<a href="https://buildpalestine.com/2021/05/15/trusted-organizations-to-donate-to-palestine">Help & Support Palestine</a> - <a href="https://war.ukraine.ua/donate"> Donate to Ukraine </a>
|
<a style="color: white; text-decoration: underline;" href="https://buildpalestine.com/2021/05/15/trusted-organizations-to-donate-to-palestine">Help & Support Palestine</a> - <a style="color: white; text-decoration: underline;" href="https://war.ukraine.ua/donate"> Donate to Ukraine </a>
|
||||||
|
|
||||||
<img src="/static/poke-chan-outfit-a.png" title="Poke-chan sitting :3">
|
<img src="/static/poke-chan-outfit-a.png" title="Poke-chan sitting :3">
|
||||||
<div style="display: flex; gap: 12px;">
|
<div style="display: flex; gap: 12px;">
|
||||||
|
|
Loading…
Reference in a new issue