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