mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
hm
This commit is contained in:
parent
0d5b289c38
commit
7c76ab2212
1 changed files with 15 additions and 5 deletions
|
@ -139,7 +139,20 @@ summary:hover{
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
|
src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
padding: 20px;
|
||||||
|
background-color: #f44336;
|
||||||
|
color: white;
|
||||||
|
opacity: 1;
|
||||||
|
transition: opacity 0.6s;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert.success {background-color: #04AA6D;}
|
||||||
|
.alert.info {background-color: #2196F3;}
|
||||||
|
.alert.warning {background-color: #ff9800;}
|
||||||
|
|
||||||
.closebtn {
|
.closebtn {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -226,9 +239,7 @@ summary:hover{
|
||||||
|
|
||||||
|
|
||||||
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
|
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
|
||||||
SessionID:<%=btoa(Date.now())%><br> (we dont see this ID,see <a href="/privacy">privacy</a> )
|
|
||||||
<br><br>
|
|
||||||
|
|
||||||
<a href="https://youtube.com/watch?v=<%=video.id%>">Open On YouTube</a> • <a href="/privacy">Privacy</a> • <a href="https://github.com/iamashley0/poketube/">Git</a>
|
<a href="https://youtube.com/watch?v=<%=video.id%>">Open On YouTube</a> • <a href="/privacy">Privacy</a> • <a href="https://github.com/iamashley0/poketube/">Git</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -346,4 +357,3 @@ summary:hover{
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue