mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:57:52 +01:00
new landing page!!! :3
This commit is contained in:
parent
3e9c622b2d
commit
11b1a876fa
1 changed files with 9 additions and 7 deletions
|
@ -20,10 +20,10 @@
|
|||
|
||||
<!DOCTYPE html><html lang="en">
|
||||
<head>
|
||||
<title>PokeTube | Privacy Is Your Right</title>
|
||||
<title>PokeTube - Be Anonymous!</title>
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
<meta content="PokeTube | Privacy is your right " property=og:title>
|
||||
<meta content="Watch Cat Videos goofy ahh videos epico memes and more coolu stuff from all over the interwebs without tracking!" property=twitter:description>
|
||||
<meta content="▶▶ PokeTube - Be Anonymous!" property=og:title>
|
||||
<meta content="Watch Silly videos while being anonymous on poketube!" property=twitter:description>
|
||||
<meta content="https://cdn.glitch.global/33bc0843-7505-4fb9-92a6-4e8b0e74979f/0ddd4508-9a7d-4c3c-9f8e-da5a8c115e16.image.png?v=1671545627005" property="og:image" />
|
||||
<meta content="summary_large_image" name="twitter:card" />
|
||||
|
||||
|
@ -278,16 +278,18 @@ text-align:center;
|
|||
font-stretch: ultra-expanded;
|
||||
font-weight: 1000;
|
||||
margin-top: 20px !important;
|
||||
background-color: #fff;
|
||||
background-color: rgb(24, 26, 27);
|
||||
color: rgb(232, 230, 227);
|
||||
text-decoration-color: unset;
|
||||
border-radius: 6px;
|
||||
width: 186px;
|
||||
color: #000;
|
||||
font-size: 20px;
|
||||
text-decoration: unset;
|
||||
margin: auto;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
|
||||
.news {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -351,7 +353,7 @@ z-index: 10; /* Was 2 */"
|
|||
}
|
||||
</style>
|
||||
|
||||
<div class="app" style="background:linear-gradient(to bottom right, #9666F7, #B37C6B) !important;height:100vh">
|
||||
<div class="app" style="background:linear-gradient(135deg, #820622 10%, #4e2e82 100%, #725965 100%);height:100vh">
|
||||
|
||||
<nav>
|
||||
<div class="left">
|
||||
|
|
Loading…
Reference in a new issue