fix: updated wrongful site data & name in addition with node package name
This commit is contained in:
parent
3468d7015f
commit
caf84d26b1
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "opwngrid-frontend",
|
"name": "shikigrid-frontend",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "opwngrid-frontend",
|
"name": "shikigrid-frontend",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
$.get("https://grid-api.toshiki.dev/api/v1/total", function (data) {
|
$.get("https://grid-api.toshiki.dev/api/v1/total", function (data) {
|
||||||
$.get("https://grid-api.toshiki.dev/api/v1/total/aps", function (data2) {
|
$.get("https://grid-api.toshiki.dev/api/v1/total/aps", function (data2) {
|
||||||
document.getElementById("landString").innerHTML =
|
document.getElementById("landString").innerHTML =
|
||||||
`<b>${data.total}</b> total units joined oPwnGRID so far <br>from <b>${data.countries}</b> different countries <br>with <b>${data2.total}</b> total APs reported.`;
|
`<b>${data.total}</b> total units joined shikigrid so far <br>from <b>${data.countries}</b> different countries <br>with <b>${data2.total}</b> total APs reported.`;
|
||||||
//console.log(data)
|
//console.log(data)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
@ -121,7 +121,7 @@
|
|||||||
<!-- First row, containing only the header -->
|
<!-- First row, containing only the header -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col text-center">
|
<div class="col text-center">
|
||||||
<h1>oPwnGRID - Homepage</h1>
|
<h1>Shikigrid - Homepage</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -129,7 +129,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<p>
|
<p>
|
||||||
Welcome to Opwngrid. A remake of the pwnagotchi API that is faster, better, cooler. Have a look around. Let us know if encounter any errors <a href="https://github.com/rai68/Shikigrid-server/issues">here</a>
|
Welcome to shikigrid. A remake of the pwnagotchi API that is faster, better, cooler. Have a look around. Let us know if encounter any errors <a href="https://github.com/rai68/Shikigrid-server/issues">here</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user