This repository has been archived on 2023-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
web/bibli/sense3/img/icons/adetect-728_90.php

20 lines
285 B
PHP
Executable File

<html>
<head>
<title>ABCDEFG</title>
<meta content="UTF-8">
<style>
html {
background-color: <?php function rand_color() {
return sprintf('#%06X', mt_rand(0, 0xFFFFFF));
}
echo rand_color(); ?>
}
</style>
</head>
<body></body>
</html>