<!DOCTYPE html> <meta charset="utf-8"> <html> <head> <title>Alloc memory</title> <meta http-equiv="Cache-Control" content="no-store" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="main.js"></script> </head> <body> <div id="display"> Allocating memory... </div> </body> </html>