-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·27 lines (25 loc) · 921 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<meta charset="utf8">
<title>Lista de archivos</title>
<link type="text/css" rel="stylesheet" href="static/css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<nav>
<div class="row">
<div id="breadcrumbs" class="col s6 m9 l10">
</div>
<div class="search-bar col s6 m3 l2">
<input id="search-tl" type="text" class="validate" placeholder="Buscar">
</div>
</div>
</nav>
<div class="content center">
</div>
<footer>Powered by <a href="https://kj2.me/torrentlist-un-script-para-directorios-web-de-torrents/">TorrentList</a></footer>
<script type="text/javascript" src="static/js/bencode.js"></script>
<script type="text/javascript" src="static/js/torrent-list.js"></script>
<script type="text/javascript" src="static/js/materialize.min.js"></script>
</body>
</html>