diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-08 12:39:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-08 12:39:19 +0200 |
commit | 25b6b8926d8cb3c4cabc8e7764e613d3bb4e4ed7 (patch) | |
tree | f53a14278d32e1986cb7e323e886bebafb50905f /public/cart.php | |
parent | c4acffbebf278a07fbe82c9f1c09b73cd5d00086 (diff) |
add database init sql scripts
Diffstat (limited to 'public/cart.php')
-rw-r--r-- | public/cart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/cart.php b/public/cart.php index d02428d..1ad48cd 100644 --- a/public/cart.php +++ b/public/cart.php @@ -2,7 +2,7 @@ <html> <head> <?php include 'head.php' ?> - <title>dit is product</title> + <title>mand</title> <link rel="stylesheet" href="cart.css"> </head> <body> |