-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.26 KB
/
index.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
<!DOCTYPE html>
<head>
<script>
// GOOGLE ANALYTICS TRACKING
(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-62169711-1', 'auto');
ga('send', 'pageview');
</script>
<script src='https://cdn.firebase.com/js/client/2.2.1/firebase.js'></script>
<title>LMC</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>LMC is having brunch!</h1>
<h2>April 26th, 2015</h2>
<div class="foody">
<em>What we are making</em>
<ul>
<li>Corn bread</li>
<li>French toast</li>
<li>Eggs</li>
<li>Veggie sausages</li>
<li>Baked beans</li>
<li>Turkey bacon</li>
</ul>
We will have orange juice and we live above a coffee shop which we like a lot.
</div>
<div class="foody">
<em>What you can bring (only if you want to!)</em>
<ul>
<li>Fruit (this includes melons)</li>
<li>Champagne (if you want mimosas)</li>
<li>Bacon</li>
<li>Gold</li>
</ul>
</div>
</body>