lbry-desktop/static/index.dev.html

16 lines
307 B
HTML
Raw Normal View History

2019-03-05 07:24:03 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<script>
require('source-map-support/source-map-support.js').install();
</script>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="http://localhost:8080/ui/bundle.js"></script>
</body>
</html>