add this to git finally

This commit is contained in:
2025-05-19 12:51:46 +03:00
parent 7a8e69d87d
commit 11b7696c19
13 changed files with 760 additions and 0 deletions

13
orders.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>Orders - WIP</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<?php include 'header.php'; ?>
<h1>Orders - Work in progress!</h1>
</body>
</html>