ASDV-WebDev/Assignments/lab2_2_CalebFontenot/public_html/2.15/contact.html

34 lines
1.1 KiB
HTML

<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Trillium Media Design - Contact</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header> <h1>Trillium Media Design</h1> </header>
<nav>
<b>
<a href="index.html"> Home</a>&nbsp;
<a href="services.html"> Services</a>&nbsp;
<a href="contact.html"> Contact</a>&nbsp;
</nav>
<main>
<h2> Contact Trillium Media Design Today</h2><!-- comment -->
<ul>
<li>
E-mail: <a href="mailto:contact@trilliummediadesign.com"> contact@trilliummediadesign.com</a>
</li>
<li>Phone: 555-555-5555</li>
</ul>
</main>
</body>
<footer>
<small><i>Copyright &copy; 2023 Caleb Fontenot </i> </small>
</footer>
</html>