-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (30 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>York Autograph Sale - York Auctions</title>
<link rel="stylesheet" href="york.css">
<script src = "york.js"></script>
<link rel="icon" type="image/x-icon" href="faviconyork.png">
</head>
<body onload="establishTimer()"></body>
<h1 style="color:red;" style="text-align:center;">MR YORK AUTOGRAPH SALE</h1>
<p>Only 10 available!!! Act FAST!!!!!</p>
<p>For all of the BIGGEST Mr. York fans out there.</p>
<p>ONLY $249.99</p>
<p>
<img src="york.jpg" width="260" height="350">
<img src="york1.png" width="260" height="350">
<img src="york2.png" width="260" height="350">
<img src="york3.png" width="260" height="350">
<img src="york4.png" width="260" height="350">
</p>
<a href="accountPage.html">
<button onclick="startTimer()">BUY NOW!!</button>
</a>
<p id="bottomText">By continuing to use this website, you consent to the use of cookies.</p>
<p id="bottomText">Copyright York Industries 2024. No Refunds!</p>
<p id="bottomText">
<a href="intro.html">What is York Auctions?</a>
</p>
</body>
</html>