Skip to content

Instantly share code, notes, and snippets.

View yuxuanchen1997's full-sized avatar

Yuxuan Chen yuxuanchen1997

View GitHub Profile
@mhoc
mhoc / index.html
Last active October 20, 2015 23:42
SIGAPP Meeting 10
<html>
<head>
<title>Awesome Chat App!</title>
<script src="https://cdn.firebase.com/js/client/2.1.2/firebase.js"></script>
<script data-require="[email protected]" data-semver="2.1.4" src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="script.js"></script>
</head>
<body>