-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.old.php
91 lines (50 loc) · 1.87 KB
/
index.old.php
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
<?php
include('header.php');
?>
<h1>Today's Top Stories</h1>
<li>BREAKING: <br/>
<a class="doobly" href="/news#1">
<strong>ASM overrun by reptilian shape-shifters</strong>
</a><br/>
With the recent Associated Students of Madison elections solidifying students’ positions of power on campus, some have their beady eyes on a higher prize....
<a href="/news#1">read more</a>
</li>
<hr/>
<li>POPULAR: <br/>
<a class="doobly" href="/news#2">
<strong>Berquam chooses Slayer to headline Revelry </strong>
</a><br/>
Dean of Students Lori Berquam surprised students Friday by adding the popular heavy metal band, Slayer, to the line-up of the spring festival Revelry....
<a href="/news#2">read more</a>
</li>
<hr/>
<li>POPULAR: <br/>
<a class="doobly" href="/news#3">
<strong>Ward new Adidas spokesperson</strong>
</a><br/>
Interim Chancellor David Ward will become the new face of Adidas, he announced at a news conference Friday....
<a href="/news#3">read more</a>
</li>
<hr/>
<li>POPULAR: <br/>
<a class="doobly" href="/news#3">
<strong>PETA protesters take break, order McDonald’s Big Macs</strong>
</a><br/>
After protesting in front of a University of Wisconsin lab in cat costumes for a day, members of People for the Ethical Treatment of Animals took a break to order Big Macs at McDonald's despite strong internal conflict over the treatment of chickens.....
<a href="/news#3">read more</a>
</li>
<hr/>
<li>POPULAR: <br/>
<a class="doobly" href="/news#3">
<strong>Soglin to host house party on Mifflin Street on May 4</strong>
</a><br/>
After years of struggling with how to keep the Mifflin Street Block Party under control, Mayor Paul Soglin announced Friday he will host a house party for the event......
<a href="/news#3">read more</a>
</li>
<hr/>
<h1>Oped</h1>
<h1>Arts</h1>
<h1>Sports</h1>
<?php
include('footer.php');
?>