mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
yee
This commit is contained in:
parent
a674c0f021
commit
01de78dd16
1 changed files with 59 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
<!--
|
||||
<!--
|
||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||
|
||||
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
|
||||
|
@ -37,17 +37,21 @@
|
|||
summary:hover{
|
||||
color:red;
|
||||
}
|
||||
* {
|
||||
color:#fff
|
||||
}
|
||||
@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");
|
||||
}
|
||||
|
||||
</style>
|
||||
</style> <link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||
|
||||
<style>
|
||||
|
||||
nav {
|
||||
background:#0f0b0b
|
||||
background:none
|
||||
}
|
||||
|
||||
nav .right {
|
||||
|
@ -74,6 +78,17 @@ margin-right: 40px;
|
|||
align-items: center;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.app{
|
||||
background-image:url("https://cdn.glitch.global/5d35aeaf-2df2-4f2f-a4b7-b486694c329b/189cce97-1473-45fc-836f-e797aa466947.image.png?v=1660302885467")
|
||||
}
|
||||
|
||||
/* nice classname am i rigth */
|
||||
.discover-some-bitches{
|
||||
text-align: center;
|
||||
width: 673px;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -81,14 +96,45 @@ border-radius: 5px;
|
|||
<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>
|
||||
<nav>
|
||||
<div class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> <a href="/domains"><i style="display: block;margin-left: auto;margin-right: auto;" class="fas fa-server"></i> </a></div> </div>
|
||||
<div class=middle>
|
||||
<form action=/search><input class=search-bar value="<%=q%>" autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;"> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
|
||||
|
||||
<div class="app" >
|
||||
|
||||
<nav>
|
||||
<div class=left>
|
||||
<a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);width:8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
|
||||
</div>
|
||||
<div class=right><a href="/privacy"><i class="fas fa-shield"></i></a><a href="/video/upload?from="><i class="fas fa-video"></i></a> <a href="https://github.com/iamashley0/poketube/"><i class="fab fa-git-alt"></i></a><a href="https://github.com/iamashley0/poketube/issues"><i class="fas fa-bug"></i></a></a></div>
|
||||
</nav>
|
||||
<div class="app">
|
||||
<div class=right>
|
||||
<a href="/domains"><i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-server"></i> </a>
|
||||
<a href="/privacy"><i class="fa-light fa-shield"></i></a>
|
||||
<a href="/video/upload?from="><i class="fa-light fa-video"></i></a>
|
||||
<a href="https://github.com/iamashley0/poketube/issues"><i class="fa-light fa-bug"></i></a>
|
||||
</div>
|
||||
|
||||
</nav><br>
|
||||
|
||||
|
||||
<div class="discover-some-bitches">
|
||||
<div class="video-title" style="font-family:'Ginto nord';font-weight:900;white-space:yes;font-size: xxx-large;">SEARCHING VIDEOS ON POKETUBE</div>
|
||||
<div class="video-info-bar" style="font-family:'Ginto nord';border-bottom:none;padding:0;font-size: small;">
|
||||
Wow ur searching videos?? how
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class=search>
|
||||
|
||||
<form action=/search>
|
||||
<input class="search-bar" autocomplete="on" id="fname" name="query" value=" <%=q%>" placeholder="search some videos lol "style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;">
|
||||
|
||||
|
||||
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
||||
</div>
|
||||
<br> <br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<% j.Search.Results.Video.forEach(x => { %>
|
||||
<div class="video-list">
|
||||
<div class="video">
|
||||
|
@ -107,11 +153,9 @@ border-radius: 5px;
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<% }) %>
|
||||
</div>
|
||||
<p>
|
||||
and thats the end of the internet... wooo
|
||||
<% }) %>
|
||||
<p>
|
||||
Congratulations, you've reached the end of the internet kekw
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue