Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

<div class="container">

<h1>Tom Yeh</h1>
<h1>Bader Alshemaimri</h1>

<h2>Favorite Programming Languages</h2>
<ul class="collection">
<li class="collection-item">Javascript</li>
<li class="collection-item">Haskell</li>
<li class="collection-item">Java</li>
<li class="collection-item">PHP</li>
</ul>

<h2>Favorite Food</h2>
Expand All @@ -34,7 +34,7 @@ <h2>Favorite Food</h2>
<script>

// create a firebase reference to the root
var ref = new Firebase('https://hello-ucdd2.firebaseio.com/')
var ref = new Firebase('https://fiery-inferno-435.firebaseapp.com/')

// read data from the location bio/favorite_foods, only once
ref.child('bio/favorite_foods').once('value', function(snapshot){
Expand Down