microphp/cache/hello_f42c5c97192c2cfed90e1...

17 lines
416 B
Plaintext
Raw Normal View History

2023-04-11 00:30:15 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
<?php echo \htmlentities($title??'', ENT_QUOTES, 'UTF-8', false); ?>
</title>
</head>
<body>
<?php echo \htmlentities($text??'', ENT_QUOTES, 'UTF-8', false); ?>
<script src="/index.js"></script>
</body>
</html>