mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:58:12 +01:00
PROXY EVERYTHING!
This commit is contained in:
parent
efdfa8a3ad
commit
5925f2de8b
1 changed files with 2 additions and 4 deletions
|
@ -20,8 +20,6 @@
|
|||
<title>PokeTube - Download Video</title>
|
||||
<meta content="<%=color%>" name="theme-color">
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">
|
||||
<meta content=website property=og:type>
|
||||
<meta content="PokeTube - Video Downloader" property=og:title>
|
||||
<meta content="You wouldn't download a car... Right? - Download this video by <%=video.Channel.Name%> on PokeTube " property=twitter:description>
|
||||
|
@ -33,7 +31,7 @@
|
|||
<link href=/css/app.main.css rel=stylesheet>
|
||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||
<link href="/css/watch.main.css?v=56" rel=stylesheet>
|
||||
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||
<style>
|
||||
a.class:hover {
|
||||
text-decoration:underline;
|
||||
|
@ -128,7 +126,7 @@ summary:hover{
|
|||
@font-face {
|
||||
font-family: 'Ginto Nord';
|
||||
font-weight: 800;
|
||||
src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
|
||||
src:url('https://p.poketube.fun/https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
|
Loading…
Reference in a new issue