lbry-desktop/static/index.dev.html

17 lines
382 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>lbry.tv</title>
</head>
<body>
<div id="app"></div>
<!--
Primary definition for this is in webpack.web.config.js
We can't access it here because webpack isn't running on this file
-->
<script type="text/javascript" src="http://localhost:9090/ui.js"></script>
</body>
</html>