lbry-desktop/static/index.html

12 lines
181 B
HTML
Raw Normal View History

2019-03-05 05:46:57 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<div id="app"></div>
2019-03-05 08:47:55 +01:00
<script type="text/javascript" src="ui.js"></script>
2019-03-05 05:46:57 +01:00
</body>
</html>