mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-03-27 01:34:30 +08:00
31 lines
835 B
HTML
31 lines
835 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
|
|
<title>Hello React</title>
|
|
|
|
<!-- React -->
|
|
<script src="https://fb.me/react-15.3.0.min.js"></script>
|
|
<script src="https://fb.me/react-dom-15.3.0.min.js"></script>
|
|
|
|
<!-- Firebase -->
|
|
<script src="https://www.gstatic.com/firebasejs/3.3.0/firebase.js"></script>
|
|
|
|
<!-- ReactFire -->
|
|
<script src="https://cdn.firebase.com/libs/reactfire/1.0.0/reactfire.min.js"></script>
|
|
|
|
<!-- throw-in-the-towel -->
|
|
<script src="https://npmcdn.com/throw-in-the-towel@2"></script>
|
|
|
|
<!-- Markdown -->
|
|
<script src="https://npmcdn.com/showdown@0.3.1"></script>
|
|
|
|
<!-- Custom JS -->
|
|
<script type="text/babel" src="js/app.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="content"></div>
|
|
</body>
|
|
</html>
|