initial checkin

This commit is contained in:
2024-02-05 07:32:21 -06:00
commit 0cdf70f4a3
4 changed files with 118 additions and 0 deletions

40
index.html Executable file
View File

@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tretter Solutions LLC</title>
<link rel="icon" type="image/png" href="/favicon.png" sizes="160x160">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="logo-wrapper">
<img class="logo" src="TretterCoatOfArms.png" alt="Tretter coat of arms">
</div>
<div class="top-banner">Tretter Solutions LLC</div>
<div class="text-block">
<h1>Custom technical solutions for your problems.</h1>
<ul>
<li>Artificial Intelligence</li>
<li>Chat bots</li>
<li>Desktop applications</li>
<li>System administraion</li>
<li>Trading systems</li>
<li>Web applications</li>
<li>Web sites</li>
</ul>
<br>
<a href="mailto:joe@tretter.solutions">Contact me today.</a>
</div>
<div class="footer">
<hr>
&copy; Tretter Solutions LLC
</div>
</body>
</html>