mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
24 lines
No EOL
770 B
HTML
24 lines
No EOL
770 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
|
<head>
|
|
<link rel="stylesheet" href="//videojs.github.io/videojs-contrib-ads/assets/css/style.css"/>
|
|
</head>
|
|
<body>
|
|
<header class="page-content">
|
|
<div class="wrapper">
|
|
<h1><a href="/videojs-contrib-ads">videojs-contrib-ads</a></h1>
|
|
<div>
|
|
<a href="/videojs-contrib-ads/integrator/">Integrator Docs</a>
|
|
| <a href="/videojs-contrib-ads/developer/">Developer Docs</a>
|
|
| <a href="https://github.com/videojs/videojs-contrib-ads">Github</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main class="page-content" aria-label="Content">
|
|
<div class="wrapper">
|
|
{{ content }}
|
|
</div>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |