Init commit

This commit is contained in:
Archie Fox
2024-06-08 14:22:07 +03:00
commit a9853c39cc
9 changed files with 201 additions and 0 deletions

8
templates/header.php Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title><?= $title; ?></title>
</head>