aboutsummaryrefslogtreecommitdiffstats
path: root/yt_basic_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-07-21 21:59:52 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-07-21 21:59:52 -0700
commit8eff0bb9e23690bb8a87453a4a6d4d415b9e1a95 (patch)
tree4b2ecdf36896360d53cd0183f98b8484cc980a79 /yt_basic_template.html
parentfc295ac93d0ad6b0272aa94f2d2ea44002ecbc48 (diff)
downloadyt-local-8eff0bb9e23690bb8a87453a4a6d4d415b9e1a95.tar.lz
yt-local-8eff0bb9e23690bb8a87453a4a6d4d415b9e1a95.tar.xz
yt-local-8eff0bb9e23690bb8a87453a4a6d4d415b9e1a95.zip
Delete obsolete files
Diffstat (limited to 'yt_basic_template.html')
-rw-r--r--yt_basic_template.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/yt_basic_template.html b/yt_basic_template.html
deleted file mode 100644
index d2290d8..0000000
--- a/yt_basic_template.html
+++ /dev/null
@@ -1,20 +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/comments.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">
-$style
- </style>
- </head>
- <body>
-$header
- <main>
-$page
- </main>
- </body>
-</html>