-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.php
25 lines (25 loc) · 1.26 KB
/
video.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php require(__DIR__."/components/constants.php"); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title><?=WEBSITE_TITLE?>Varejista</title>
<?php require(__DIR__."/components/import.html") ?>
<link rel="stylesheet" type="text/css" href="/css/video.css">
<script src="/js/video.js"></script>
</head>
<body>
<?php require(__DIR__."/components/navigator.html"); ?>
<?php require(__DIR__."/components/page_header.html"); ?>
<div class="videoContent">
<h1>Assista nossa entrevista com a <b class="highlightedText">Ana Beatriz</b> sobre o <b class="highlightedText">Mercado Varejista</b>!</h1>
<div class="signUpRequired">
<h3>Este vídeo é exclusivo para usuários cadastrados. Clique <a class="signUpBeforeVideo" href="#">aqui</a> para se cadastrar <b class="highlightedText">gratuitamente</b>!</h1>
</div>
<div class="youtubeFrame"><iframe src="https://www.youtube.com/embed/JD8yzeV2GK4?ecver=2" allowfullscreen></iframe></div>
</div>
</body>
</html>