-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (87 loc) · 2.53 KB
/
index.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Danielle Gonzalez</title>
</head>
<body>
<link rel="stylesheet" href="../siess.css">
<a name="top"></a><p></p>
<br>
<br>
<br>
<a href="form.html">Click here to go to our order form</a>
<h1>WELCOME TO H1 SPORTSBALL COMPANY!</h1><br>
<h2>NOT to be confused with H2 Ballsports Company!</h2><br>
<h3>If you are looking for H2 Ballsports Company, please leave.</h3><br>
<hr>
<br>
<br>
<br>
<img src="football2.jpeg" alt='Football image'>
<br>
<b>We take a BOLD approach to the sportsball business.</b><br><br>
<i>Using only the fanciest materials to produce the highest quality sportsballs.</i>
<br><br><br><br><br>
Our Promises to You
<ol>
<li>We produce the most artisinal sportsballs in the world!</li>
<li>We provide our customers with the highest level of customer service!</li>
<li>We perform continuous research and development to ensure our sportsballs are top of the line!</li>
</ol>
<br><br><br>
PLEASE NOTE:
<ul>
<li>Only one sportsball may be ordered per customer.</li>
<li>There are no refunds or exchanges. All sportsball sales are final.</li>
</ul>
<br><br><br><br><br>
<table border="1">
<caption>WELCOME TO THE GREAT BIG TABLE OF SPORTSBALLS!</caption>
<th>Sportsball Name</th><th>Sportsball Type</th><th>Material</th>
<tr>
<td>The Bouncy Soccer Ball</td>
<td>Bounce</td>
<td>Leather</td>
</tr>
<tr>
<td>The Boomerangy Rugby Ball</td>
<td>Agility</td>
<td>Urethane</td>
</tr>
<tr>
<td>The Smashy Hand Ball</td>
<td>Smash</td>
<td>Rubber</td>
</tr>
<tr>
<td>The Rollie Bocce Ball</td>
<td>Roll</td>
<td>Wood</td>
</tr>
<tr>
<td>The Fuzzy Cricket Ball</td>
<td>Fuzz</td>
<td>Wool</td>
</tr>
<tr>
<td>The Flicky Field Hockey Ball</td>
<td>Agility</td>
<td>Plastic</td>
</tr>
<tr>
<td>The Putty Golf Ball</td>
<td>Roll</td>
<td>Urethane</td>
</tr>
</table>
<br>
<br>
<br>
<br>
<br>
<br>
<a href="#top">Return to Top of Page</a>
</body>
</html>