diff options
Diffstat (limited to 'yt_channel_items_template.html')
| -rw-r--r-- | yt_channel_items_template.html | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html deleted file mode 100644 index e208fea..0000000 --- a/yt_channel_items_template.html +++ /dev/null @@ -1,72 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8"> - <title>$page_title</title> - <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> - <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> - <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> - <style type="text/css"> - main{ - display:grid; - grid-template-rows: 0fr 0fr 0fr; - grid-template-columns: 0fr 1fr; - } - main .avatar{ - grid-row:1; - grid-column:1; - height:200px; - width:200px; - } - main .title{ - grid-row:1; - grid-column:2; - } - main .channel-tabs{ - grid-row:2; - grid-column: 1 / span 2; - - display:grid; - grid-auto-flow: column; - justify-content:start; - - background-color: #aaaaaa; - padding: 3px; - } - .item-grid{ - grid-row:4; - grid-column: 1 / span 2; - } - .page-button-row{ - grid-column: 1 / span 2; - } - .tab{ - padding: 5px 75px; - } - #number_of_results{ - font-weight:bold; - grid-row:3; - } - </style> - </head> - <body> -$header - <main> - <img class="avatar" src="$avatar"> - <h2 class="title">$channel_title</h2> - <nav class="channel-tabs"> -$channel_tabs - </nav> - <div id="number-of-results">$number_of_results</div> -$items - <nav class="page-button-row"> -$page_buttons - </nav> - </main> - - - - - - </body> -</html>
\ No newline at end of file |
