aboutsummaryrefslogtreecommitdiff
path: root/public/admin-product.php
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-05-13 14:35:04 +0200
committerlonkaars <loek@pipeframe.xyz>2023-05-13 14:35:04 +0200
commitd99d91293fe9e9ad683bbd079848df4031f0a77a (patch)
tree26b234f733248a3f22503f1fef7644c3bc739f0c /public/admin-product.php
parentb8e90ea5ea7c41444d7fbce6848e4c3cf37c87e5 (diff)
add links to admin pages + more login
Diffstat (limited to 'public/admin-product.php')
-rw-r--r--public/admin-product.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/admin-product.php b/public/admin-product.php
new file mode 100644
index 0000000..d65fc9e
--- /dev/null
+++ b/public/admin-product.php
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<?php require "../lib/login.php"; ?>
+<html>
+<head>
+ <?php include 'head.php' ?>
+ <title>super secret admin page</title>
+</head>
+<body>
+ <?php include 'navbar.php' ?>
+ <div class="main limwidth">
+ <h2>admin</h2>
+ </div>
+ <?php include 'footer.php' ?>
+</body>
+</html>