-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacts.php
More file actions
48 lines (46 loc) · 2.19 KB
/
facts.php
File metadata and controls
48 lines (46 loc) · 2.19 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Facts</title>
<link href="Styles/general.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="scripts/pngfix.js"></script>
<![endif]-->
<style type="text/css">
<!--
.facts {
padding-left: 20px;
}
-->
</style>
</head>
<body>
<div align="center">
<div id="stuff">
<div id="main">
<div class="facts">
<div align="center"><img src="media/graphics/cheese-slice.gif" alt="Facts" width="276" height="125" /></div>
<h2>for the Munchies Nation!</h2>
<p><u>Show</u>: I've Got Munchies ™ </p>
<p><u>What</u>: Easy Cooking Show with a Dash of Sketch Comedy </p>
<p><u>Mission Statement</u>: To create a public access show for anyone under any influence that promise and deliver easy cooking recipes with sketches sprinkled throughout! </p>
<p><u>Channel</u>: 67 Time Warner / 85 RCN / 36 Fios</p>
<p>Podcast:</p>
<p><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=111529907&s=143441"><img src="http://ax.phobos.apple.com.edgesuite.net/images/badgeitunes61x15dark.gif" alt="Subscribe to IGM in iTunes" width="61" height="15" border="0" /></a>
<a href="zune://subscribe/?Ive_Got_Munchies=http://feeds.feedburner.com/munchies"><img src="http://byfiles.storage.live.com/y1pvXEq6Ax2igUjfDJDGbzvPzpTJAPOA6ejDtF-8pp6VRvREdlWI4v6vT21qDdb6Trvx4WJpeU0eDY" alt="Subscribe to IGM in Zune" width="84" height="19" border="0" /></a>
<a href="http://feeds.feedburner.com/munchies"><img src="media/icons/xml.png" alt="IGM XML for RSS aggregators and podcast clients" width="36" height="14" border="0" /></a></p>
<p> </p>
<p align="center"><u>Email:</u> <a href="mailto:hungryagain@ivegotmunchies.com">hungryagain@ivegotmunchies.com</a></p>
</div>
</div>
<div id="sidebar">
<a href="/"><img src="media/graphics/minifridge.gif" alt="home" width="100" height="188" border="0" /></a>
</div>
<div id="footer">
<?php readfile('footer.php'); ?>
</div>
</div>
</div>
</body>
</html>