Skip to content

Commit b9d8250

Browse files
committed
[fix] demo br
1 parent 5e377e6 commit b9d8250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ <h1>Tiny Koa</h1>
1717
<button id="fetchData">Fetch Data</button>
1818
<br>
1919
<a href="javascript:fetch(`${host}/api/foo/123`)">http://localhost:8600/api/foo/123</a>
20+
<br>
2021
<a href="javascript:fetch(`${host}/api/bar`)">http://localhost:8600/api/bar</a>
22+
<br>
2123
<a href="http://localhost:8600/page/tpl" target="_blank">http://localhost:8600/page/tpl</a>
2224
</body>
2325
<script src="./script.js"></script>

0 commit comments

Comments
 (0)