randomizer.php 211 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Index page</title>
  5. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
  6. </head>
  7. <body>
  8. <h1 id="number"><?php echo rand() ?></h1>
  9. </body>
  10. </html>