|
|
|
|
|
by lukaszkups
2514 days ago
|
|
If you use developer tools to inspect this website you'll find that it's basically rendered on <canvas></canvas> - that's how many HTML5/js games are made - you can't really inspect any elements that are drawn inside this, but basically what you see on this webpage, can be a 'video game that looks like a website' - so the authors were not limited to what's DOM offers and its quirks. |
|