mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	bye cache
This commit is contained in:
		
							parent
							
								
									9825d4cb9c
								
							
						
					
					
						commit
						33d998ed9b
					
				| @ -12,27 +12,11 @@ | ||||
|     <meta content=@PoketaleBot name=twitter:site> | ||||
|     <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> | ||||
|       <style>  :root { | ||||
|     --text-primary: #fff; | ||||
|     --text-secondary: #fff; | ||||
|     --text-link: #3ea6ff; | ||||
| 
 | ||||
|     --app-background: #000; | ||||
|     --context-menu-background: #000; | ||||
|     --border-color: #444; | ||||
|     --item-hover-background: #000; | ||||
|     --item-active-background: #000; | ||||
| 
 | ||||
|     --top-bar-background: #000; | ||||
|     --guide-background: #000; | ||||
| 
 | ||||
|     --thumbnail-background: #000; | ||||
| 
 | ||||
|     --channel-info-background: #000; | ||||
|     --channel-contents-background: #000; | ||||
| }</style> | ||||
|       <link href=/css/app.main.css rel=stylesheet> | ||||
|       <link href=/css/search.main.css rel=stylesheet> | ||||
|       <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> | ||||
|       <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> | ||||
|       <META HTTP-EQUIV="EXPIRES" CONTENT="Mon, 22 Jun 2002 11:12:01 GMT"> | ||||
|  </head> | ||||
| <body> | ||||
|      <center>  | ||||
| @ -45,14 +29,11 @@ | ||||
|                 <form action=/api/search><input class=search-bar id=fname name=query style=color:#fff;font-family:Roboto,sans-serif> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form> | ||||
|             </div> | ||||
|   | ||||
|         </nav>  | ||||
|         | ||||
|         </nav> | ||||
|         <section class=youtube-video> | ||||
|      <div class="app"> | ||||
| <div class="channel-page"> | ||||
|   | ||||
| <div class="channel-page"> | ||||
|  <div class="channel-info-container"> | ||||
| 	<div class="channel-info-container"> | ||||
|           <img src="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>"> | ||||
| 		<div class="channel-info" > | ||||
| 			<a href="/channel?id=<%=ID%>" class="avatar"> | ||||
| @ -65,32 +46,13 @@ | ||||
|           </button> | ||||
| 		</div> | ||||
| 	</div><hr> | ||||
|     | ||||
| <h3 style="color:#fff">About this channel</h3> | ||||
|   <br><br> <hr> | ||||
| 	<h3 style="color:#fff">About this channel</h3> | ||||
| 	<p style="color:#fff"><%-desc.replace(/\n/g, " <br> ")%></p> | ||||
| 	<br><br> | ||||
| 	<h3  style="color:#fff">Uploads</h3> | ||||
|             <div align="center"> | ||||
| 	<br><hr> | ||||
| 	  <a href="https://youtube.com/channel/<%=ID%>">view the channel on youtube</a> | ||||
| </div> | ||||
| 
 | ||||
|    	<div class="video-grid"> | ||||
|    <% tj.Channel.Contents.ItemSection.ItemSection.Video.forEach(x =>  { %> | ||||
| 			<a href="/watch?v=<%- x.id %>" class="video"> | ||||
| 				<div class="thumbnail" style="background-image: url('https://i.ytimg.com/vi/<%- x.id %>/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLAWzSgJiToCNsG9Rwj3y-p3XN9AxQ')"><span class="video-length"><%- x.duration %></span></div> | ||||
| 				<div class="info"> | ||||
| 					<span class="title max-lines-2"><%- x.Title %></span> | ||||
| 					<div> | ||||
| 						<div> | ||||
| 							<span><%- x.views %> views</span> | ||||
| 							<span><%- x.uploadedAt %></span> | ||||
| 						</div> | ||||
| 					</div> | ||||
|             </div> | ||||
|  			</a>	 | ||||
|  		 	               <% }) %>    | ||||
|                        </div> | ||||
| 
 | ||||
| 	</div> | ||||
| </div> | ||||
|               </body> | ||||
|   | ||||
|     | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley