d2tools/mouse-cursor-loading.php

12 lines
274 B
PHP
Raw Normal View History

2021-03-22 11:12:11 +00:00
<?php
sleep(5);
?>
<style type="text/css">@import url("style.css");</style>
<a href="index.php">Go back to index</a>
| <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
<h1>Mouse cursor loading</h1>
Testing mouse cursor indicator during long loading of a page.