34 lines
1.1 KiB
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>
|
|
<a href="services.html"> Services</a>
|
|
<a href="contact.html"> Contact</a>
|
|
</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 © 2023 Caleb Fontenot </i> </small>
|
|
</footer>
|
|
</html>
|