lbry-desktop/static/index.html

16 lines
285 B
HTML
Raw Normal View History

2019-03-05 05:46:57 +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="ui/bundle.js"></script>
</body>
</html>