lbry-desktop/static/index.html
2019-03-04 23:48:04 -05:00

15 lines
285 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="ui/bundle.js"></script>
</body>
</html>