add this to git finally
This commit is contained in:
13
orders.php
Normal file
13
orders.php
Normal 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>
|
Reference in New Issue
Block a user