From 9ffa7a4978aa0d888b70982721e1fd210a1ebb11 Mon Sep 17 00:00:00 2001 From: kurt <kurt@localhost> Date: Tue, 17 Sep 2024 16:58:39 -0400 Subject: [PATCH] another redirect --- public/cnc/cnc-project-showcase.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 public/cnc/cnc-project-showcase.html diff --git a/public/cnc/cnc-project-showcase.html b/public/cnc/cnc-project-showcase.html new file mode 100755 index 0000000..429dc3b --- /dev/null +++ b/public/cnc/cnc-project-showcase.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> + <html> + <head> + <title>Old Page</title> + <meta charset="UTF-8" /> + <meta http-equiv="refresh" content="0; URL=https://prototyping-studio.github.io/docs/cnc/projectShowcase.html" /> + </head> + </html>