Add favicon to index too

pull/9/head
Urban Guacamole 5 years ago
parent 5631a21264
commit 8fa9c4c475

@ -5,10 +5,15 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Decentralized Torrent Search site">
<title>Torrent Paradise</title>
<title>Torrent Paradise: The most innovative torrent site</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="assets/bulma.min.css">
<script defer src="assets/fa.js"></script>
<style>#resultPage {width: 100%;}</style>
<style>
#resultPage {
width: 100%;
}
</style>
</head>
<body onload="loadMeta('generated/inx.meta.json')">
@ -42,8 +47,7 @@
</div>
</div>
<iframe v-bind:style="{height: resultPageHeight + 'px'}" id="resultPage" scrolling="no" frameBorder="0"
seamless="seamless" v-bind:src="resultPage"></iframe>
<iframe v-bind:style="{height: resultPageHeight + 'px'}" id="resultPage" scrolling="no" frameBorder="0" seamless="seamless" v-bind:src="resultPage"></iframe>
<p v-if="showsearchbox">Last index update: {{indexTimestamp}}</p>
<p v-if="showsearchbox">Torrents in index: {{entries}}</p>
</div>

Loading…
Cancel
Save