Skip to content

Commit 7494524

Browse files
authored
Index/Landing page
Just an MVP but with no backend. I suggest you use a python
1 parent c42cbe2 commit 7494524

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Main</title>
7+
</head>
8+
<body>
9+
<!--!!!USE THIS ONLY FOR TESTING!!!-->
10+
<div style="text-align: center;" >
11+
<img src="https://shmector.com/_ph/13/188552034.png" loading="lazy" width="500">
12+
<h1>Welcome to Acme Corp</h1>
13+
<p>We at Acme Corp value our customers and offer [...]</p>
14+
<p>Our mission is to [...]</p>
15+
<a href="#customer_service">Customer Service</a><br>
16+
<a href="#products">Products</a><br>
17+
<a href="#other">Other</a>
18+
<br><br><br><br>
19+
<h2 id="products">Our Products</h2>
20+
<p>Product 1:</p>
21+
<img src="https://vectorified.com/image/product-icon-vector-27.png" loading="lazy" width="500"><bR>
22+
<button>Buy</button>
23+
<p>Product 2:</p>
24+
<img src="https://vectorified.com/image/product-icon-vector-27.png" loading="lazy" width="500"><br>
25+
<button>Buy</button>
26+
<p>Product 3:</p>
27+
<img src="https://vectorified.com/image/product-icon-vector-27.png" loading="lazy" width="500"><br>
28+
<button>Buy</button>
29+
<img src="https://static.vecteezy.com/system/resources/previews/014/873/884/original/customer-service-icon-call-center-icon-design-illustration-customer-service-icon-simple-and-modern-flat-symbol-vector.jpg" loading="lazy" width="300">
30+
<p id="customer_service">Customer Service Phone number: (555) 444-1234</p>
31+
<br><br><br><br>
32+
<a href="#products">Back to top</a>
33+
</div>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)