added orai

This commit is contained in:
szabomarton
2024-12-05 11:59:42 +01:00
parent 350f937b4f
commit 0158b59ccb
6 changed files with 66 additions and 0 deletions

13
20241205/head.php Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>
<?php
echo $title;
?>
</h1>