web -> desktop
This commit is contained in:
14
app/app.html
Normal file
14
app/app.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Torrent Search</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="mount-point">
|
||||
</div>
|
||||
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user