Added Tesla Stickers Site.

This commit is contained in:
Joe Tretter
2024-07-15 17:41:08 -05:00
parent 187f8b9e8d
commit 8808781b78
4 changed files with 50 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

38
TeslaStickers/index.html Executable file
View File

@@ -0,0 +1,38 @@
<!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">
<script src="https://www.paypal.com/sdk/js?client-id=BAAYkR8ROvP3ErioQuaH5KsgLvqkw4q-qmkCrfDPW4dkuM4UTRA1yzFBOIWFDj5fotWm15pjE3HFUOx1rA&components=hosted-buttons&enable-funding=venmo&currency=USD"></script>
</head>
<body>
<div class="logo-wrapper">
<a href="/"><img class="logo" src="/TretterCoatOfArms.png" alt="Tretter coat of arms"></a>
</div>
<div class="top-banner">Tretter Solutions LLC</div>
<div class="text-block" style="left:100px">
<h1>Tesla Model 3/Model Y Door handle Stickers</h1>
<img src='TeslaDoorHandleStickers.jpg' width="100%" style="max-width:800px" alt='product picture'></img>
<div id="paypal-container-PK5R77Y6H9LCA" style='position:relative'></div>
<script>
paypal.HostedButtons({
hostedButtonId: "PK5R77Y6H9LCA",
}).render("#paypal-container-PK5R77Y6H9LCA")
</script>
</div>
<div class="footer">
<hr>
&copy; Tretter Solutions LLC
</div>
</body>
</html>