You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.7 KiB
64 lines
1.7 KiB
<!doctype html> |
|
<html lang="en"> |
|
<head> |
|
<?php include 'includes/head.php' ?> |
|
</head> |
|
<body> |
|
<header id="intro"> |
|
|
|
<!-- Section added for "Getting Started as a Web Developer" (GSWD) --> |
|
<div id="reservations"> |
|
<?php include 'includes/reservation-form.php' ?> |
|
</div> |
|
<!-- End GSWD section --> |
|
|
|
<article class="fullheight"> |
|
<?php include 'includes/branding-banner.php' ?> |
|
</article> |
|
|
|
<nav id="nav"> |
|
<?php include 'includes/navbar.php' ?> |
|
</nav> |
|
</header> |
|
<main id="wrapper"> |
|
<pre> |
|
<!doctype html> |
|
<html lang="en"> |
|
<head> |
|
<?php include 'includes/head.php' ?> |
|
</head> |
|
<body> |
|
<header id="intro"> |
|
|
|
<!-- Section added for "Getting Started as a Web Developer" (GSWD) --> |
|
<div id="reservations"> |
|
<?php include 'includes/reservation-form.php' ?> |
|
</div> |
|
<!-- End GSWD section --> |
|
|
|
<article class="fullheight"> |
|
<?php include 'includes/branding-banner.php' ?> |
|
</article> |
|
<?php include 'includes/navbar.php' ?> |
|
<nav id="nav"> |
|
<?php include 'includes/navbar.php' ?> |
|
</nav> |
|
</header> |
|
<main id="wrapper"> |
|
<?php include 'includes/navbar.php' ?> |
|
</main> |
|
<footer class="scene"> |
|
<?php include 'includes/footer.php' ?> |
|
</footer> |
|
<script src="js/script.js"></script> |
|
<script src="js/today.js"></script> |
|
</body> |
|
</html></pre> |
|
</main> |
|
<footer class="scene"> |
|
<?php include 'includes/footer.php' ?> |
|
</footer> |
|
<script src="js/script.js"></script> |
|
<script src="js/today.js"></script> |
|
</body> |
|
</html>
|
|
|