2019-03-05 00:24:03 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2019-06-11 14:10:58 -04:00
|
|
|
<title>LBRY Dev</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2019-03-05 00:24:03 -06:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2019-05-13 22:10:41 -04:00
|
|
|
<!--
|
|
|
|
Primary definition for this is in webpack.web.config.js
|
|
|
|
We can't access it here because webpack isn't running on this file
|
|
|
|
-->
|
2019-05-09 00:35:43 -04:00
|
|
|
<script type="text/javascript" src="http://localhost:9090/ui.js"></script>
|
2019-03-05 00:24:03 -06:00
|
|
|
</body>
|
|
|
|
</html>
|