18 lines
459 B
HTML
18 lines
459 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>LBRY Dev</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</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>
|