mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:58:24 +01:00
Add remembering technoblade
This commit is contained in:
parent
749db8eab7
commit
c3b0319a5b
1 changed files with 12 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
|||
<head>
|
||||
|
||||
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
|
||||
<title>Technoblade Never Dies!</title>
|
||||
<% } %>
|
||||
<title><%=j.Channel.Metadata.Name%> - PokeTube</title>
|
||||
<link href=https://watch.poketalebot.com/css/yt-ukraine.svg rel=icon>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
|
@ -14,7 +18,7 @@
|
|||
<meta content=@PoketaleBot name=twitter:creator>
|
||||
<link href=https://cdn.poketalebot.com/404/v2.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 {
|
||||
--text-primary: #fff;
|
||||
--text-secondary: #fff;
|
||||
|
@ -38,7 +42,7 @@
|
|||
<body>
|
||||
<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>
|
||||
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||
<center>
|
||||
<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>
|
||||
|
@ -51,7 +55,7 @@
|
|||
<section class=youtube-video>
|
||||
<div class="app">
|
||||
<div class="channel-page">
|
||||
|
||||
|
||||
<div class="channel-page">
|
||||
<div class="channel-info-container">
|
||||
<img src="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>">
|
||||
|
@ -66,7 +70,11 @@
|
|||
</button>
|
||||
</div>
|
||||
</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>
|
||||
<br><br> <hr>
|
||||
<p style="color:#fff"><%-desc.replace(/\n/g, " <br> ")%></p>
|
||||
|
|
Loading…
Reference in a new issue