38 lines
1.5 KiB
HTML
38 lines
1.5 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 - Services</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>
|
|
</b>
|
|
<main>
|
|
<h2>Our Services Meet Your Business Needs</h2>
|
|
<dl>
|
|
<dt><strong>Website Design</strong></dt>
|
|
<dd> Whether your needs are large or small, </dd><!-- comment -->
|
|
<dt><strong>E-Commerce Solutions</strong></dt>
|
|
<dd> Whether your needs are large or small, </dd>
|
|
<dt><strong>Search Engine Optimization</strong></dt>
|
|
<dd> Whether your needs are large or small, </dd>
|
|
|
|
</dl>
|
|
</main>
|
|
</body>
|
|
<footer>
|
|
<small><i>Copyright © 2023 Caleb Fontenot </i> </small>
|
|
</footer>
|
|
</html>
|