This commit is contained in:
Ashley 2022-07-10 22:29:54 +03:00 committed by GitHub
parent 0d5b289c38
commit 7c76ab2212

View file

@ -140,6 +140,19 @@ summary:hover{
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,8 +239,6 @@ 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>