lbry-desktop/static/index.dev.html
2019-03-05 00:36:52 -06:00

15 lines
307 B
HTML

<!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>