diff options
Diffstat (limited to 'yt_basic_template.html')
-rw-r--r-- | yt_basic_template.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/yt_basic_template.html b/yt_basic_template.html new file mode 100644 index 0000000..f884a02 --- /dev/null +++ b/yt_basic_template.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>$page_title</title> + <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <style type="text/css"> +$style + </style> + </head> + <body> +$header + <main> +$page + </main> + </body> +</html>
\ No newline at end of file |