18 lines
452 B
HTML
18 lines
452 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 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> |