minor changes
This commit is contained in:
parent
a9c6599333
commit
a687223135
@ -127,7 +127,7 @@ drawGrid(gridCanvas.width / 2, gridCanvas.height / 2);
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#vertical-line {
|
#vertical-line {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -138,7 +138,7 @@ drawGrid(gridCanvas.width / 2, gridCanvas.height / 2);
|
|||||||
height: 1px;
|
height: 1px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ color:white;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<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'];
|
const pageTitles = ['List_of_hackers', 'Cybersecurity', 'Open-source_software', 'History_of_Linux'];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user