yt-local/yt_basic_template.html
2018-08-20 00:19:16 -07:00

19 lines
530 B
HTML

<!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">
$style
</style>
</head>
<body>
$header
<main>
$page
</main>
</body>
</html>