blob: 4845229fff06125eeb8245b2e39b6a782ecef05f (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Frank's Springy Shoes</title>
</head>
<body>
<div class="main">
<h1>Frank's Springy Shoes</h1>
<i>Partnered with Nike</i>
<p>An innovative product since the iPhone.</p>
<p>Starting at $129.99</p>
<p>Need information? Call us at 1(800)-SPR-INGY</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/cnMn-ize5fg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="review">
<h2>Our Early Reviews</h2>
<h3>Victoria Jacobs</h3>
<p>These shoes are extremely comfortable! Great quality, I love the fact they have speakers in the shoes! Wicked idea. Worth the price honestly!! - 10/10</p>
<h3>Hymer Hills</h3>
<p>Great quality - 9/10</p>
<h3>Ryan Lee</h3>
<p>These shoes are quite squeaky... It feels like a janky product, worse than Windows 11... - 3/10</p>
<h3>Evets Sboj</h3>
<p>Who needs this shoe? You got to take them out and you lose them, yuck. Nobody should buy this! - 0/10</p>
<h3>Logan Shifter</h3>
<p>I WANT 2 ORDER THIS SHOE - 10/10</p>
<h3>Bintor Tracks</h3>
<p>I will frivolously spend on this! UP YEAH! - 10/10</p>
</div>
</body>
</html>
|