7 lines
154 B
PHP
7 lines
154 B
PHP
<footer>
|
|
<div class="container">
|
|
<p>© <?php echo date("Y"); ?> Majuro Eats. All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|