You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: templates/index.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,23 @@ <h1 class="display-3"><img src="/static/favicon-96x96.png" alt="because garlic i
15
15
<divclass="card" style="width: 80rem;">
16
16
<divclass="card-body">
17
17
<h5class="card-title">{{ onion }}</h5>
18
-
<h6class="card-subtitle mb-2 text-light">
18
+
<h6class="card-subtitle mb-2 text-light"data-toggle="tooltip" data-placement="right" title="Labels set on Tor onion address set when analysing Tor content"><iclass="bi bi-info-circle text-dark"></i>
19
19
{% for tag in onion_meta['tags'] %}
20
20
<spanclass="badge bg-primary">{{ tag }}</span>
21
21
{% endfor %}
22
22
</h6>
23
-
<pclass="card-text">Languages:
23
+
<pclass="card-text"data-toggle="tooltip" data-placement="right" title="List of languages detected on the onion address">Languages<iclass="bi bi-info-circle"></i>:
24
24
{% for lang in onion_meta['languages'] %}
25
25
<spanclass="badge bg-secondary text-light">{{ lang }}</span>
26
26
{% endfor %}
27
27
</p>
28
-
<pclass="card-text"><b>Known titles of the Tor onion addresses</b>:</p>
28
+
<pclass="card-text"data-toggle="tooltip" data-placement="right" title="List of titles seen when crawling the onion address"><b>Known titles of the Tor onion addresses</b><iclass="bi bi-info-circle"></i>:</p>
<pclass="card-text"data-toggle="tooltip" data-placement="right" title="When the onion address was first seen and last seen"><b>Temporal information</b><iclass="bi bi-info-circle"></i>:</p>
0 commit comments