minor changes

This commit is contained in:
Orson 2025-06-05 17:56:49 -06:00
parent a9c6599333
commit a687223135
2 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ drawGrid(gridCanvas.width / 2, gridCanvas.height / 2);
pointer-events: none;
z-index: 1000;
}
/*
#vertical-line {
width: 1px;
height: 100%;
@ -138,7 +138,7 @@ drawGrid(gridCanvas.width / 2, gridCanvas.height / 2);
height: 1px;
width: 100%;
left: 0;
}
} */

View File

@ -17,7 +17,7 @@ color:white;
</div>
<script>
const wikipediaAPI = 'https://en.wikipedia.org/w/api.php';
const wikipediaAPI = 'https://es.wikipedia.org/w/api.php';
const pageTitles = ['List_of_hackers', 'Cybersecurity', 'Open-source_software', 'History_of_Linux'];