diff --git a/html/landing.ejs b/html/landing.ejs index eb54af6..0dc2d36 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -20,115 +20,145 @@ ---> - - Poke | The Ultimate Privacy App! - - - - - - - - - - - - - - <% if(isOldWindows) { %> - <% } %> + h1 { + font-family: "Ginto Nord" !important; + } + + <% } %> - - - -
-
- -
-
-
-
- - - -
+ .subtitle { + text-align: center; + color: #FFFF00; + text-shadow: 1px 1px 0px #000; + position: relative; + left: 68px; + top: -35px; + bottom: 50px; + animation: subtitle .25s; + animation-direction: alternate; + animation-iteration-count: infinite; + } + + @-webkit-keyframes subtitle { + 0% { + transform: scale(0.875) rotate(-20deg) + } + + 100% { + transform: scale(1) rotate(-20deg) + } + } + + + + + + +
+
+ +
+
+
+
+ + +
+
+ +
+

The Ultimate Privacy App

+

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!! +

-
-

The Ultimate Privacy App

-

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!!

-
-

No Tracking & Ads

-

Very Fast

-

Built-in video downloader

-

Web Search

-
- - - - - - - +

No Tracking & Ads

+

Very Fast

+

Built-in video downloader

+

Web Search

- + + + + + + + +
+ + \ No newline at end of file