lbry-desktop/static/index.dev.html

19 lines
459 B
HTML
Raw Normal View History

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
<!--
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>
2019-03-05 07:24:03 +01:00
</body>
</html>