mirror of
https://github.com/FlyInTheBox/31TSAI.git
synced 2025-03-12 11:32:36 +01:00
14 lines
No EOL
294 B
PHP
14 lines
No EOL
294 B
PHP
<!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>Document</title>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
echo "louda";
|
|
?>
|
|
</body>
|
|
</html>
|