-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.76 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--!!!TESTIMG PAGE ONLY!!!-->
<div style="text-align: center;" >
<img src="https://shmector.com/_ph/13/188552034.png" loading="lazy" width="500" id="top">
<h1>Welcome to Acme Corp</h1>
<p>We at Acme Corp value our customers and offer [...]</p>
<p>Our mission is to [...]</p>
<a href="#customer_service">Customer Service</a><br>
<a href="#products">Products</a><br>
<a href="about.html" target="_blank">About Us</a>
<br><br><br><br>
<h2 id="products"><b>Our Products</b></h2>
<p>Product 1:</p>
<img src="https://vectorified.com/image/product-icon-vector-27.png" loading="lazy" width="300"><bR>
<button onclick="alert('This does not work!')">Buy</button>
<p>Product 2:</p>
<img src="https://vectorified.com/image/product-icon-vector-27.png" loading="lazy" width="300"><br>
<button onclick="alert('This does not work!')">Buy</button>
<p>Product 3:</p>
<img src="https://vectorified.com/image/product-icon-vector-27.png" loading="lazy" width="300"><br>
<button onclick="alert('This does not work!')">Buy</button>
<br><br><br><br><br><br><br><br>
<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">
<p id="customer_service">Customer Service Phone number: (555) 444-1234</p>
<h5>OR</h5>
<a href="contact.html">Contact Us</a><br><br>
<a href="#top">Back to top</a>
</div>
</body>
</html>