rats-search/app/app.html
Alexey Kasyanchuk d8afce8964 web -> desktop
2018-01-31 19:02:28 +03:00

15 lines
187 B
HTML

<!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>