13 lines
211 B
PHP
13 lines
211 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Index page</title>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
|
|
</head>
|
|
<body>
|
|
|
|
<h1 id="number"><?php echo rand() ?></h1>
|
|
|
|
</body>
|
|
</html>
|