lbry-desktop/static/index.dev.html
2019-03-05 03:12:54 -06:00

15 lines
300 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.js"></script>
</body>
</html>