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.

65 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>
&lt;!doctype html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;?php include 'includes/head.php' ?&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;header id="intro"&gt;
&lt;!-- Section added for "Getting Started as a Web Developer" (GSWD) --&gt;
&lt;div id="reservations"&gt;
&lt;?php include 'includes/reservation-form.php' ?&gt;
&lt;/div&gt;
&lt;!-- End GSWD section --&gt;
&lt;article class="fullheight"&gt;
&lt;?php include 'includes/branding-banner.php' ?&gt;
&lt;/article&gt;
&lt;?php include 'includes/navbar.php' ?&gt;
&lt;nav id="nav"&gt;
&lt;?php include 'includes/navbar.php' ?&gt;
&lt;/nav&gt;
&lt;/header&gt;
&lt;main id="wrapper"&gt;
&lt;?php include 'includes/navbar.php' ?&gt;
&lt;/main&gt;
&lt;footer class="scene"&gt;
&lt;?php include 'includes/footer.php' ?&gt;
&lt;/footer&gt;
&lt;script src="js/script.js"&gt;&lt;/script&gt;
&lt;script src="js/today.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</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>