mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -8,7 +8,7 @@ Profile
|
|||||||
{% block script %}
|
{% block script %}
|
||||||
$(function(){
|
$(function(){
|
||||||
$('#qrcode').qrcode({
|
$('#qrcode').qrcode({
|
||||||
text: 'https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}',
|
text: 'https://opwngrid.xyz/search/{{ fingerprint }}',
|
||||||
render: 'div',
|
render: 'div',
|
||||||
mode: 0,
|
mode: 0,
|
||||||
size: 400,
|
size: 400,
|
||||||
@ -25,7 +25,7 @@ $(function(){
|
|||||||
|
|
||||||
<label for="fingerprint">Fingerprint</label>
|
<label for="fingerprint">Fingerprint</label>
|
||||||
<h4 id="fingerprint">
|
<h4 id="fingerprint">
|
||||||
<a href="https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}" target="_blank">{{ fingerprint }}</a>
|
<a href="https://opwngrid.xyz/search/#{{ fingerprint }}" target="_blank">{{ fingerprint }}</a>
|
||||||
</h4>
|
</h4>
|
||||||
<div id="qrcode"></div>
|
<div id="qrcode"></div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user