mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 08:21:30 +00:00
15 lines
307 B
HTML
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>
|