-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
41 lines (32 loc) · 1.94 KB
/
about.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
<!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" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24808834-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- start Mixpanel --><script type="text/javascript">var mpq=[];mpq.push(["init","174a4ca74a34c97ec5a5390545210cf1"]);(function(){var b,a,e,d,c;b=document.createElement("script");b.type="text/javascript";b.async=true;b.src=(document.location.protocol==="https:"?"https:":"http:")+"//api.mixpanel.com/site_media/js/api/mixpanel.js";a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a);e=function(f){return function(){mpq.push([f].concat(Array.prototype.slice.call(arguments,0)))}};d=["init","track","track_links","track_forms","register","register_once","identify","name_tag","set_config"];for(c=0;c<d.length;c++){mpq[d[c]]=e(d[c])}})();
</script><!-- end Mixpanel -->
</head>
<div class="main-content">
<h2>About</h2>
<div id="default">
<h1>One Button Wenzel</h1>
<p><h6>One Button Wenzel facilitates Wenzel delivery anywhere within delivery range in New Haven, CT. The Wenzel, named after Eric Wenzel, is a buffalo chicken sandwich sold by Alpha Delta Pizza. With science, technology, and witchcraft, One Button Wenzel provides the fastest Wenzel delivery this side of the Mississippi.
<br><br> <h3><a href="http://www.onebuttonwenzel.com">Want a Wenzel?</a>
</p>
<hr>
</script>
</div>
</div>
</body>
</html>