mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
Create channels.ejs
This commit is contained in:
parent
c43a144d8b
commit
9245f7d776
1 changed files with 44 additions and 0 deletions
44
html/channels.ejs
Normal file
44
html/channels.ejs
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
<head>
|
||||||
|
<title>Poketube - Vip</title>
|
||||||
|
<link href=https://watch.poketalebot.com/css/yt-ukraine.svg 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" property=og:title>
|
||||||
|
<meta content="Poketube is a open source youtube player. watch youtube videos privately!" property=twitter:description>
|
||||||
|
<meta content="https://cdn.glitch.com/ef5d02b7-c958-475a-b82d-d263d37e7ec7/d49811d3-f7ea-4cce-a4ac-1b4e84dceae7.image.png" property=og:image>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
|
||||||
|
<meta content=summary_large_image name=twitter:card>
|
||||||
|
<meta content=@PoketaleBot name=twitter:site>
|
||||||
|
<meta content=@PoketaleBot name=twitter:creator>
|
||||||
|
<link href=https://cdn.poketalebot.com/404/v2.css rel=stylesheet>
|
||||||
|
<link href=/css/app.main.css rel=stylesheet>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<center>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel=stylesheet>
|
||||||
|
<link href=https://pro.fontawesome.com/releases/v5.15.3/css/all.css rel=stylesheet>
|
||||||
|
<center>
|
||||||
|
<nav>
|
||||||
|
<div class=left><a class="class" href="https://stopwarukraine.com/" style=font-family:Inter,sans-serif;color:#fff><span><i class="fa-youtube fab" style=color:#fff></i></span><span style="text-decoration:inherit;background:linear-gradient(to right, rgba(255,215,0,1) 50%, rgba(0,87,184,1) 50%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;">PokeTube</span> 🇺🇦 </a></div>
|
||||||
|
<div class=middle>
|
||||||
|
<form action=/api/search><input class=search-bar id=fname name=query style=color:#fff;font-family:Roboto,sans-serif> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
<section class=youtube-video>
|
||||||
|
<div class=screen><br>
|
||||||
|
<h1 style="color:#fff">WORK IN PROGRESS!</h1><br>
|
||||||
|
<h1 styl
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function AddSearch () {
|
||||||
|
if (window.sidebar) {
|
||||||
|
window.sidebar.addSearchEngine ('http://watch.poketalebot.com/search/default.src', 'https://poketalebot.com/youtube/icons/dark.svg', 'Poketube Quick search', null);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in a new issue