initial checkin
This commit is contained in:
40
index.html
Executable file
40
index.html
Executable 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>
|
||||
© Tretter Solutions LLC
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user