Skip to content

Commit 805687e

Browse files
author
Simen Brekken
committed
Update examples
1 parent ba20bbe commit 805687e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<link href="/styles.css" rel="stylesheet" />
44
<body>
55
<h1 class="breadcrumbs"><a href="/">Firebase Connect Examples</a> / Basic</h1>
6-
<div id="example" />
6+
<div id="example"></div>
77
<p>PS: Try <a href="." target="_blank">running this in two tabs</a></p>
88
<script src="/build/shared.js"></script>
99
<script src="/build/basic.js"></script>

examples/complex/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<link href="/styles.css" rel="stylesheet" />
44
<body>
55
<h1 class="breadcrumbs"><a href="/">Firebase Connect Examples</a> / Complex</h1>
6-
<div id="example" />
6+
<div id="example"></div>
7+
<p>PS: Try <a href="." target="_blank">running this in two tabs</a></p>
78
<script src="/build/shared.js"></script>
89
<script src="/build/complex.js"></script>

0 commit comments

Comments
 (0)