mirror of
https://github.com/Rushilwiz/newbooksnetwork.git
synced 2025-04-09 14:50:20 -04:00
12 lines
649 B
PHP
12 lines
649 B
PHP
<?php
|
|
require "../header.php"
|
|
?>
|
|
<div class="create-page">
|
|
<h1 class="video-header">Finally, here's a quick tutorial on how to use the database.</h1>
|
|
<h4 class="video-subheader">You can access this video and other topics on the help tab.</h4>
|
|
<iframe width="100%" height="75%" src="https://www.youtube.com/embed/hthNeRY_dlc?rel=0&showinfo=0" frameborder="0"></iframe>
|
|
<button style="position: relative; left: 50%; transform: translateX(-50%); width: auto" onclick="window.location.href = 'page4.php';">NEXT</button>
|
|
</div>
|
|
<?php
|
|
require "../footer.php"
|
|
?>
|