mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
fix some stuf
This commit is contained in:
parent
aaed77b062
commit
d8f30d59e9
1 changed files with 9 additions and 3 deletions
|
@ -45,6 +45,12 @@
|
|||
a.class:hover {
|
||||
text-decoration:underline;
|
||||
font-weight:bold
|
||||
}
|
||||
summary{
|
||||
color:blue;
|
||||
}
|
||||
summary:hover{
|
||||
color:red;
|
||||
}
|
||||
</style>
|
||||
<!-- WIGGLE WIGGLE WIGGLE -->
|
||||
|
@ -116,7 +122,7 @@
|
|||
<div class=middle>
|
||||
<form action=/api/search><input class=search-bar autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;font-weight:bolder"> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
|
||||
</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="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>
|
||||
<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>
|
||||
<section class=youtube-video>
|
||||
<div class=screen> <br>
|
||||
|
@ -172,7 +178,7 @@
|
|||
<%-lyrics%>
|
||||
</p> </details>
|
||||
<% } %><hr>
|
||||
<p>This website does not track you. No cookies. No data collection. No statistics. 100% handcrafted without JavaScript. <a href="https://poketube.fun/github.com/iamashley0/poketube/">Source code</a><br></p>
|
||||
<p>This website does not track you. No cookies. No data collection. No statistics. 100% handcrafted without JavaScript. <a href="https://github.com/iamashley0/poketube/">Source code</a><br></p>
|
||||
</center></center></center></center></center>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue