-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservation.php
73 lines (54 loc) · 3.56 KB
/
reservation.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
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" prefix="og: http://ogp.me/ns#"> <!--<![endif]-->
<head>
<link rel="icon" type="image/ico" href="favicon.ico"/>
<meta charset="UTF-8"/>
<meta name="author" content="Sculpt, LLC">
<meta name="viewport" content="width=320, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="keywords" content="Restaurant"/>
<meta name="description" content="Farm to table food & craft beer, in the heart of Iowa City. Coming this July!"/>
<meta prefix="og: http://ogp.me/ns#" property="og:description" content="Farm to table food & craft beer, in the heart of Iowa City. Coming this July!"/>
<meta prefix="og: http://ogp.me/ns#" property="og:site_name" content="Iowa Chop House"/>
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="Iowa Chop House" />
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="http://theiowachophouse.com/ogimg.png" />
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="http://theiowachophouse.com" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="javascripts/scripts.js"></script>
<script src="js/stellar.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<script type="text/javascript" src="//use.typekit.net/igg8npf.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- <link href="stylesheets/styles.css" media="screen, projector, print" rel="stylesheet" type="text/css" />-->
<style>
#main {
display:block;
position:relative;
width: 100%;
}
#OT_form {
margin: 100px auto !important;
}
.OT_ExtLink {
margin: auto !important;
}
</style>
<title>Iowa Chop House</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50797275-1', 'theiowachophouse.com');
ga('send', 'pageview');
</script>
</head>
<body>
<section id="main" class="container-fluid col-xs-12 col-md-12 col-lg-10 center-block">
<script type="text/javascript" src="https://secure.opentable.com/frontdoor/default.aspx?rid=151021&restref=151021&bgcolor=F6F6F3&titlecolor=0F0F0F&subtitlecolor=0F0F0F&btnbgimage=https://secure.opentable.com/frontdoor/img/ot_btn_red.png&otlink=FFFFFF&icon=dark&mode=tall&hover=1"></script><a href="http://www.opentable.com/single.aspx?rid=151021&rtype=ism&restref=151021" class="OT_ExtLink">The Iowa Chop House (151021), Iowa Reservations</a>
</section>
<!-- <script type="text/javascript" src="https://secure.opentable.com/frontdoor/default.aspx?rid=151021&restref=151021&bgcolor=F6F6F3&titlecolor=0F0F0F&subtitlecolor=0F0F0F&btnbgimage=https://secure.opentable.com/frontdoor/img/ot_btn_red.png&otlink=FFFFFF&icon=dark&mode=wide&hover=1"></script><a href="http://www.opentable.com/single.aspx?rid=151021&rtype=ism&restref=151021" class="OT_ExtLink">The Iowa Chop House (151021), Iowa Reservations</a>-->
</body></html>