-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclosed.html
57 lines (35 loc) · 1.13 KB
/
closed.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>One Button Wenzel</title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body >
<div class="main-content" id="confirm-wrapper">
<br>
<!--
<a href="indextest.html"><font size="4">View the regular, but currently closed</font>,<br> <font size=5>One Button Wenzel site</font><a><br><br></br>
-->
<div style="font-size:30px"><span style="color:red"><b>Alpha Delta is currently resting up for tomorrow's batch of Wenzels.</span>
Hungry for more? We've relaunched as <a href="https://crunchbutton.com">crunchbutton.com</a>.
</div>
<br>
<b>Store Hours are:</b> <br/><br/>
<font size=2>
Sunday: 2:30pm -3:00am <br/>
Monday: 2:30pm -3:00am <br/>
Tuesday: 2:30pm -3:00am <br/>
Wednesday: 2:30pm -3:00am <br/>
Thursday: 2:30pm -4:00am <br/>
Friday: 2:30pm -4:00am <br/>
Saturday: 2:30pm -4:00am <br/>
<br> </font>
<br>
<br>
<span style="font-size:19px"><b>
<a href="about.php">About Us</a>
</div>
</div>
</body>
</html>