mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
Update ytmain.ejs
This commit is contained in:
parent
293ea3915d
commit
47c0c3c265
1 changed files with 17 additions and 23 deletions
|
@ -1,28 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<title>Poketube - Main Menu</title>
|
||||
<link rel="icon" href="https://poketalebot.com/youtube/icons/dark.svg">
|
||||
<link rel=preconnect href=https://fonts.gstatic.com>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel=stylesheet>
|
||||
</head>
|
||||
<body>
|
||||
<style>body{background-color:#23272A} h1{color:#fff} h2{color:#fff} h3{color:#fff} h4{color:#fff} p{color:#fff}ohyeah{color:#fff}.jumbotron{background-color:#1f1c1c;margin:50px;padding:15px;margin-bottom:20px}</style>
|
||||
<div class="jumbotron" style="justify-content: center;">
|
||||
<center>
|
||||
<h1 style="font-family:Sigmar One;font-weight: bold;font-size:100px;">
|
||||
POKETUBE
|
||||
</h1>
|
||||
<p>
|
||||
Youtube video player that does not track your info
|
||||
</p>
|
||||
<form action="/api/search">
|
||||
<input type="text" id="fname" name="query" value="">
|
||||
<input type="submit" value="search">
|
||||
</form>
|
||||
</div>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet"> </head>
|
||||
|
||||
</center>
|
||||
<body>
|
||||
<style>
|
||||
body{background-color:#23272A} h1{color:#fff} h2{color:#fff} h3{color:#fff} h4{color:#fff} p{color:#fff}ohyeah{color:#fff}.jumbotron{background-color:#1f1c1c;margin:50px;padding:15px;margin-bottom:20px}
|
||||
</style>
|
||||
<div class="jumbotron" style="justify-content: center;">
|
||||
<center>
|
||||
<h1 style="font-family:Sigmar One;font-weight: bold;font-size:100px;"> POKETUBE</h1>
|
||||
<p> Youtube video player that does not track your info </p> <a href="https://github.com/ashpotter/poketube/" style="color:#fff">We are now open source in github!</a><br>
|
||||
<form action="/youtube/ara" data-dashlane-rid="0437266a52d688e8" data-form-type=""> <input type="text" id="fname" name="query" value="" data-dashlane-rid="b1ddcc51a01a9fea" data-form-type=""> <input type="submit" value="search" data-dashlane-rid="b32ae802b921b67e" data-form-type=""></form>
|
||||
</center>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue