24 lines
883 B
PHP
24 lines
883 B
PHP
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>PerYouDow</title>
|
||
|
<meta name="description" content="PERsonal YOUtube DOWloader">
|
||
|
<meta name="author" content="Knah Tsaeb">
|
||
|
<link rel="stylesheet" href="css/w3.css">
|
||
|
<link rel="stylesheet" href="css/local.css">
|
||
|
<link rel="author" href="humans.txt" />
|
||
|
</head>
|
||
|
|
||
|
<body style="width:60%; margin:0 auto">
|
||
|
<header class="w3-container w3-teal">
|
||
|
<h1><a href="index.php">PerYouDow</a></h1>
|
||
|
</header>
|
||
|
<div class="w3-container w3-section">
|
||
|
<?=$this->section('content')?>
|
||
|
</div>
|
||
|
<footer class="w3-container w3-teal">
|
||
|
<p><a href="">Source<a> | <a href="?page=about">About</a> | <a href="https://fr.wikipedia.org/wiki/WTFPL">Licence WTFPL</a></p>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|