mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:54:42 -05:00
Add remembering technoblade
This commit is contained in:
parent
fd3b562e8a
commit
76d345cb66
1 changed files with 12 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
|
||||||
|
<title>Technoblade Never Dies!</title>
|
||||||
|
<% } %>
|
||||||
<title><%=j.Channel.Metadata.Name%> - PokeTube</title>
|
<title><%=j.Channel.Metadata.Name%> - PokeTube</title>
|
||||||
<link href=https://watch.poketalebot.com/css/yt-ukraine.svg rel=icon>
|
<link href=https://watch.poketalebot.com/css/yt-ukraine.svg rel=icon>
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
|
@ -14,7 +18,7 @@
|
||||||
<meta content=@PoketaleBot name=twitter:creator>
|
<meta content=@PoketaleBot name=twitter:creator>
|
||||||
<link href=https://cdn.poketalebot.com/404/v2.css rel=stylesheet>
|
<link href=https://cdn.poketalebot.com/404/v2.css rel=stylesheet>
|
||||||
<link href=/css/app.main.css rel=stylesheet>
|
<link href=/css/app.main.css rel=stylesheet>
|
||||||
<link href=/css/search.main.css?v=6 rel=stylesheet>
|
<link href=/css/search.main.css?v=536 rel=stylesheet>
|
||||||
<style> :root {
|
<style> :root {
|
||||||
--text-primary: #fff;
|
--text-primary: #fff;
|
||||||
--text-secondary: #fff;
|
--text-secondary: #fff;
|
||||||
|
@ -38,7 +42,7 @@
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel=stylesheet>
|
<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>
|
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||||
<center>
|
<center>
|
||||||
<nav>
|
<nav>
|
||||||
<div class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 6em;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 class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 6em;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>
|
||||||
|
@ -66,7 +70,11 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div><hr>
|
</div><hr>
|
||||||
|
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
|
||||||
|
<p>
|
||||||
|
Technoblade never dies! <a href="https://technoblade.com/">More info</a>
|
||||||
|
</p><hr>
|
||||||
|
<% } %>
|
||||||
<h3 style="color:#fff">About this channel</h3>
|
<h3 style="color:#fff">About this channel</h3>
|
||||||
<br><br> <hr>
|
<br><br> <hr>
|
||||||
<p style="color:#fff"><%-desc.replace(/\n/g, " <br> ")%></p>
|
<p style="color:#fff"><%-desc.replace(/\n/g, " <br> ")%></p>
|
||||||
|
|
Loading…
Reference in a new issue