Skip to content

Instantly share code, notes, and snippets.

View nehagupta2507's full-sized avatar
👩‍💻
Coding

Neha G nehagupta2507

👩‍💻
Coding
View GitHub Profile
@cesperson
cesperson / firebase-rock-paper-scissors.html
Created April 20, 2012 21:39
Firebase Rock, Paper, Scissors Example
<html>
<head>
<title>Rock Paper Scissors</title>
<script type='text/javascript' src='http://static.firebase.com/demo/firebase.js'></script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<link rel='stylesheet' type='text/css' href='http://www.firebase.com/css/example.css'>
<style>
body {
width: 800px;
background-color: #fff;